Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
963
static Boolean
964
ClosingWindowChar(const int c)
965
{
966
return (c == CHAR_ESC || c == CHAR_BLANK || c == CHAR_LF || c == CHAR_CR);
967
}
968
969
static Boolean
970
in_topl_mode(void)
Callers
4
mac_display_nhwindow
Function · 0.85
mac_select_menu
Function · 0.85
MenwKey
Function · 0.85
TextKey
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected