MCPcopy 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 */
521void
522intron(void)
523{
524 intr_char = CTRL('C');
525}
526
527/* disable kbd interrupts if required*/
528void

Callers 1

pager.cFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected