Sujan Shakya wrote: > Can you please tell me how to reset the keyboard interrupts that was set > using: > RealTerminal().tty_signal_keys(intr='undefined', quit='undefined', > start='undefined', stop='undefined', susp='undefined') >
The development version of input_test.py example does this in its main() function: http://excess.org/urwid/browser/input_test.py#L51 Ian _______________________________________________ Urwid mailing list [email protected] http://lists.excess.org/mailman/listinfo/urwid
