ranger.ext.curses_interrupt_handler
index
../../ranger/ext/curses_interrupt_handler.py

Interrupt Signal handler for curses
 
This module can catch interrupt signals which would otherwise
rise a KeyboardInterrupt exception and handle it by pushing
a Ctrl+C (ASCII value 3) to the curses getch stack.

 
Modules
       
curses
signal

 
Functions
       
catch_interrupt(boolean=True)
Should interrupts be caught and simulate a ^C press in curses?
install_interrupt_handler()
Install the custom interrupt_handler
restore_interrupt_handler()
Restore the default_int_handler