Re: the Python shell of pudb isn't displayed correctly in tmux

2012-07-10 Thread Nicholas Marriott
You need to restart tmux entirely with - so you get the server log too. On Tue, Jul 10, 2012 at 03:28:11PM -0700, Kevin Tran wrote: > When I did that it created a file called tmux-client-41746.log with 2 lines: > 15:27:37:haitran:~ $ cat tmux-client-41746.log > client got 3 > client got 4 >

Re: the Python shell of pudb isn't displayed correctly in tmux

2012-07-10 Thread Kevin Tran
When I did that it created a file called tmux-client-41746.log with 2 lines: 15:27:37:haitran:~ $ cat tmux-client-41746.log client got 3 client got 4 On Jun 24, 2012, at 2:49 AM, Nicholas Marriott wrote: > Looks like it clears the screen. Kill tmux entirely, run tmux with > -, then reproduce