I am having problems with using the alternate screen in a tmux session. I am using pudb which uses urwid.
I am running: python==2.7.1 pudb==2012.1 urwid==1.0.1 pigments==1.5 When I use pudb in a tmux session, the python shell shows at the bottom when it should clear the screen. Screenshots Outside of a tmux session: http://imgur.com/uZHpG Inside a tmux session: http://imgur.com/tjirf In my tmux config I have: set-window-option -g alternate-screen on The author of pudb said: > 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 From: http://lists.tiker.net/pipermail/pudb/2012-June/thread.html Do you have an idea of why this is happening?
_______________________________________________ Urwid mailing list [email protected] http://lists.excess.org/mailman/listinfo/urwid
