MCPcopy 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
1704static void
1705X11_sig(int sig) /* Unix signal handler */
1706{
1707 XtNoticeSignal(X11_sig_id);
1708 hangup(sig);
1709}
1710
1711static void
1712X11_sig_cb(XtPointer not_used, XtSignalId *id)

Callers

nothing calls this directly

Calls 1

hangupFunction · 0.85

Tested by

no test coverage detected