I already have alternate-screen set to on. Is there any other reason this might be happening?
On Jun 23, 2012, at 7:57 AM, Andreas Kloeckner wrote: > Kevin Tran <[email protected]> writes: > >> 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 >> >> What's happening? Is this a problem with tmux or with pudb? How do you fix >> this? > > tmux config: > > set-window-option -g alternate-screen on > > Andreas > _______________________________________________ Pudb mailing list [email protected] http://lists.tiker.net/listinfo/pudb
