On Fri, Feb 15, 2013 at 12:02 PM, Angel Kolev <[email protected]> wrote: > Thanks Ian, i will test it. But i am not sure what will happen to the scroll > i already made with the Text lines. If i return True from inside any > mouse_event method does unhandled_input in MainLoop catch it?
returning True from mouse_event should prevent the event from being sent to unhandled_input. _______________________________________________ Urwid mailing list [email protected] http://lists.excess.org/mailman/listinfo/urwid
