Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ X11_sig
Function
X11_sig
win/X11/winX.c:1704–1709 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1702
1703
#ifdef X11_HANGUP_SIGNAL
1704
static void
1705
X11_sig(int sig) /* Unix signal handler */
1706
{
1707
XtNoticeSignal(X11_sig_id);
1708
hangup(sig);
1709
}
1710
1711
static void
1712
X11_sig_cb(XtPointer not_used, XtSignalId *id)
Callers
nothing calls this directly
Calls
1
hangup
Function · 0.85
Tested by
no test coverage detected