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

Function addtopl

win/tty/topl.c:193–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193void
194addtopl(const char *s)
195{
196 struct WinDesc *cw = wins[WIN_MESSAGE];
197
198 tty_curs(BASE_WINDOW, cw->curx + 1, cw->cury);
199 putsyms(s);
200 cl_end();
201 ttyDisplay->toplin = TOPLINE_NEED_MORE;
202}
203
204void
205more(void)

Callers 6

show_toplFunction · 0.85
update_toplFunction · 0.85
tty_yn_functionFunction · 0.85
resize_ttyFunction · 0.85
tty_wait_synchFunction · 0.85
hooked_tty_getlinFunction · 0.85

Calls 3

tty_cursFunction · 0.85
putsymsFunction · 0.85
cl_endFunction · 0.70

Tested by

no test coverage detected