Re: Setting the pane (window?) title

2010-02-26 Thread Micah Cowan
Trent W. Buck wrote: > It seems that tmux is more clever than I am. > > I open a new window (running bash). Therein, I run emacs -Q -f ielm. > At this point, tmux says the title is "emacs". Good! Now, I attempt to > have emacs set the window title to something more meaningful than > "emacs", su

Re: Setting the pane (window?) title

2010-02-26 Thread Drew Folta
*major caveat*: I just started building tmux from the source. Trying to answer this question was my first dive into the source. From looking at the source (grep "set_title"), it looks like the title is automatically updated [server_client_set_title()] if you have the "set-titles" option on. Ala

Setting the pane (window?) title

2010-02-26 Thread Trent W. Buck
It seems that tmux is more clever than I am. I open a new window (running bash). Therein, I run emacs -Q -f ielm. At this point, tmux says the title is "emacs". Good! Now, I attempt to have emacs set the window title to something more meaningful than "emacs", such as the name of the file being