Kevin Tran <[email protected]> writes: > I already have alternate-screen set to on. Is there any other reason this > might be happening?
Looks like an urwid bug. If you change from urwid.raw_display import Screen to from urwid.curses_display import Screen the alternate screen starts working, but everything else looks bad. I'd be happy if you could take this issue to Ian Ward, author of urwid. Andreas _______________________________________________ Pudb mailing list [email protected] http://lists.tiker.net/listinfo/pudb
