Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ putsyms
Function
putsyms
win/tty/topl.c:346–351 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
344
}
345
346
void
347
putsyms(const char *str)
348
{
349
while (*str)
350
topl_putsym(*str++);
351
}
352
353
static void
354
removetopl(int n)
Callers
5
redotoplin
Function · 0.85
addtopl
Function · 0.85
more
Function · 0.85
removetopl
Function · 0.85
hooked_tty_getlin
Function · 0.85
Calls
1
topl_putsym
Function · 0.85
Tested by
no test coverage detected