Re: set-titles not working

2011-12-20 Thread Thomas Adam
On Tue, Dec 20, 2011 at 08:31:22AM -0500, Josh Audette wrote: > A comment in my file says "! Allows Sawfish keyboard-paste to work". My > old laptop has no middle-mouse button and the touchpad buttons were > inconveniently placed -- had to move hand away from keyboard to paste -- > so I used this

Re: set-titles not working

2011-12-20 Thread Josh Audette
On Mon, Dec 19, 2011 at 08:16:53PM +, Nicholas Marriott wrote: > Can you do this: > > printf '\033]0;abc\007'; sleep 10 > > outside tmux. > > If your title doesn't change, your terminal doesn't support it, tmux > is changing it correctly by the look of it. Thanks for taking the time to revi

Re: set-titles not working

2011-12-19 Thread Nicholas Marriott
Can you do this: printf '\033]0;abc\007'; sleep 10 outside tmux. If your title doesn't change, your terminal doesn't support it, tmux is changing it correctly by the look of it. On Fri, Dec 09, 2011 at 11:38:53AM -0500, Josh Audette wrote: > On Thu, Dec 08, 2011 at 01:21:55AM +, Nicholas

Re: set-titles not working

2011-12-09 Thread Josh Audette
On Thu, Dec 08, 2011 at 01:21:55AM +, Nicholas Marriott wrote: > No it looks fine. So what's happening? you turn on set-titles but tmux > does not change the title? Can your run tmux -v for a bit then > kill it and send me the logs? Logged out of all currently running tmuxes, then ran: tm

Re: set-titles not working

2011-12-07 Thread Nicholas Marriott
No it looks fine. So what's happening? you turn on set-titles but tmux does not change the title? Can your run tmux -v for a bit then kill it and send me the logs? On Wed, Dec 07, 2011 at 11:50:31AM -0500, Josh Audette wrote: > On Tue, Dec 06, 2011 at 03:43:23PM -0500, Josh Audette wrote: > >

Re: set-titles not working

2011-12-07 Thread Josh Audette
On Tue, Dec 06, 2011 at 03:43:23PM -0500, Josh Audette wrote: > On Tue, Dec 06, 2011 at 08:20:23PM +, Nicholas Marriott wrote: > > Can you run "tmux info" and send the output? > > > laphroaig {norm} [15:36:06] <~> tmux info > > ... lots of output ... > > 155: XT: (flag) true Hi Nicholas, Di

Re: set-titles not working

2011-12-06 Thread Josh Audette
On Tue, Dec 06, 2011 at 08:20:23PM +, Nicholas Marriott wrote: > Can you run "tmux info" and send the output? laphroaig {norm} [15:36:06] <~> tmux info tmux 1.5, pid 2141, started Tue Dec 6 10:31:27 2011 socket path /tmp//tmux-1000/default, debug level 0 system is Linux 3.1.0-1-amd64 #1 SMP

Re: set-titles not working

2011-12-06 Thread Nicholas Marriott
Can you run "tmux info" and send the output? On Tue, Dec 06, 2011 at 02:13:12PM -0500, Josh Audette wrote: > On Tue, Dec 06, 2011 at 02:03:45PM -0500, Josh Audette wrote: > > On Tue, Dec 06, 2011 at 09:32:35AM +, Nicholas Marriott wrote: > > > What is TERM set to outside tmux? > > > > > > Yo

Re: set-titles not working

2011-12-06 Thread Josh Audette
On Tue, Dec 06, 2011 at 02:03:45PM -0500, Josh Audette wrote: > On Tue, Dec 06, 2011 at 09:32:35AM +, Nicholas Marriott wrote: > > What is TERM set to outside tmux? > > > > You are probably using a terminal which does not correctly have the XT > > option set in terminfo so tmux doesn't know it

Re: set-titles not working

2011-12-06 Thread Josh Audette
On Tue, Dec 06, 2011 at 09:32:35AM +, Nicholas Marriott wrote: > What is TERM set to outside tmux? > > You are probably using a terminal which does not correctly have the XT > option set in terminfo so tmux doesn't know it is able to set the > title (this was changed recently to be more strict

Re: set-titles not working

2011-12-06 Thread Nicholas Marriott
What is TERM set to outside tmux? You are probably using a terminal which does not correctly have the XT option set in terminfo so tmux doesn't know it is able to set the title (this was changed recently to be more strict). On Wed, Nov 30, 2011 at 09:28:28PM -0500, Josh Audette wrote: > I've bee

set-titles not working

2011-12-06 Thread Josh Audette
I've been working on this problem on and off all day, and I just can't seem to find a solution, so I think it's time to ask here. I've got Debian testing/Wheezy amd64 installed on this new Thinkpad T420. tmux 1.5 and xterm 276 installed from Debian packages. show -g says set-titles on set-titles

Re: set-titles not working with urxvt

2011-11-26 Thread Nicholas Marriott
Add the XT flag, either in the terminfo itself or with terminal-overrides, try set -ga terminal-overrides ",rxvt*:XT" On Sat, Nov 26, 2011 at 04:09:30PM +0100, Matthias Lederhofer wrote: > Hi, > > tmux does not set the title for me when using urxvt. It does work in > xterm. I'm using: > - De

set-titles not working with urxvt

2011-11-26 Thread Matthias Lederhofer
Hi, tmux does not set the title for me when using urxvt. It does work in xterm. I'm using: - Debian squeeze 64 Bit - rxvt-unicode (urxvt) v9.07 - released: 2009-12-27 (TERM=rxvt-unicode) - XTerm(261) (TERM=xterm) I've created a new user without any configuration files to verify that the proble