[Urwid] curses menu using urwid
Ian Ward
ian at excess.org
Thu Apr 23 01:47:20 EDT 2009
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
More information about the Urwid
mailing list