MCPcopy Index your code
hub / github.com/NetHack/NetHack / ClosingWindowChar

Function ClosingWindowChar

outdated/sys/mac/macwin.c:963–967  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

961}
962
963static Boolean
964ClosingWindowChar(const int c)
965{
966 return (c == CHAR_ESC || c == CHAR_BLANK || c == CHAR_LF || c == CHAR_CR);
967}
968
969static Boolean
970in_topl_mode(void)

Callers 4

mac_display_nhwindowFunction · 0.85
mac_select_menuFunction · 0.85
MenwKeyFunction · 0.85
TextKeyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected