Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ intron
Function
intron
sys/vms/vmstty.c:521–525 ·
view source on GitHub ↗
enable kbd interrupts if enabled when game started */
Source
from the content-addressed store, hash-verified
519
520
/* enable kbd interrupts if enabled when game started */
521
void
522
intron(void)
523
{
524
intr_char = CTRL(
'C'
);
525
}
526
527
/* disable kbd interrupts if required*/
528
void
Callers
1
pager.c
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected