[Urwid] Best way to update a Frame "footer"

Rebecca Breu rebecca at rbreu.de
Fri Jul 14 03:15:05 EDT 2006


>
> Put your "onFocus" code after the keyboard input handling.
>
> Right now you're getting a delay because the text in the footer is set
> *after* drawing the result of a keypress, so your footer text won't
> appear until the input times out and your program goes through the main
> loop again.
>
> -Ian
>

Oops, your already answered this one. I saw that too late...

Rebecca





More information about the Urwid mailing list