Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ term_putc
Function
term_putc
outdated/sys/mac/mttymain.c:607–614 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
605
}
606
607
int
608
term_putc(int c)
609
{
610
short err;
611
612
err = add_tty_char(_mt_window, c);
613
return err ? EOF : c;
614
}
615
616
int
617
term_flush(void *desc)
Callers
nothing calls this directly
Calls
1
add_tty_char
Function · 0.85
Tested by
no test coverage detected