MCPcopy 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
607int
608term_putc(int c)
609{
610 short err;
611
612 err = add_tty_char(_mt_window, c);
613 return err ? EOF : c;
614}
615
616int
617term_flush(void *desc)

Callers

nothing calls this directly

Calls 1

add_tty_charFunction · 0.85

Tested by

no test coverage detected