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

Function term_startup

sys/windows/consoletty.c:938–944  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

936}
937
938void
939term_startup(int *wid, int *hgt)
940{
941 *wid = console.width;
942 *hgt = console.height;
943 set_option_mod_status("mouse_support", set_in_game);
944}
945
946void
947tty_number_pad(int state UNUSED)

Callers

nothing calls this directly

Calls 1

set_option_mod_statusFunction · 0.85

Tested by

no test coverage detected