Re: status bar variables

2012-12-18 Thread Thomas Adam
On 18 December 2012 02:36, Mark Volkmann wrote: > I'm trying to understand the difference between #T and #W. #T is the pane title, #W the window title. The pane title will default to the hostname, or if that's not set the empty string -- when creating the pane (screen.c:screen_init()). The pane

Re: Tmux hangs after a while

2012-12-18 Thread Guang-Nan Cheng
It happend again. This time, I don't even have a .tmux.conf file. Is there any trick so that I can send a signal to the PID and tmux will print the stack so we know why it hangs? On Sun, Dec 9, 2012 at 3:22 AM, Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > Does this happen if you r

Re: Tmux hangs after a while

2012-12-18 Thread Thomas Adam
On 18 December 2012 16:11, Guang-Nan Cheng wrote: > It happend again. This time, I don't even have a .tmux.conf file. > > Is there any trick so that I can send a signal to the PID and tmux will > print the stack so we know why it hangs? Attach strace to the server pid of tmux. Or better yet, gdb