Hello,

I'm developing some applications with urwid but i don't get how should
i get input in a different thread. I tried to start a new thread and
listen to get_input() having time.sleep in a main thread. When i raise
a resize event my script quits. (I don't know what is GIL doing here
but sleep just ends).

I'm pretty sure there is another better way to do this. What is this way?

Thank you,
M


_______________________________________________
Urwid mailing list
[email protected]
http://lists.excess.org/mailman/listinfo/urwid

Reply via email to