MCPcopy Create free account
hub / github.com/NetHack/NetHack / tgoto

Function tgoto

sys/share/tclib.c:344–348  ·  view source on GitHub ↗

produce a string which will position the cursor at if output */

Source from the content-addressed store, hash-verified

342
343/* produce a string which will position the cursor at <row,col> if output */
344char *
345tgoto(const char *cm, int col, int row)
346{
347 return tparam(cm, cmbuf, (int) (sizeof cmbuf), row, col, 0, 0);
348}
349
350/* format a parameterized string, ala sprintf */
351char *

Callers 3

cmovFunction · 0.85
homeFunction · 0.85
tty_delay_outputFunction · 0.85

Calls 1

tparamFunction · 0.85

Tested by

no test coverage detected