Sujan Shakya wrote: > Ian, I could not find the method tty_signal_keys(). I searched this > method in urwid.curses_display.Screen. Can you please tell me how to > use this method.
It looks like it's only in the development version: http://excess.org/urwid/browser/urwid/display_common.py#L643 You could just include that function in your app. It should let you disable all the signal-sending keys. Ian _______________________________________________ Urwid mailing list [email protected] http://lists.excess.org/mailman/listinfo/urwid
