Re: Re-enable automatic-rename

2019-09-25 Thread fREW Schmidt
Sent a PR: https://github.com/tmux/tmux/pull/1921 I expect that I missed some subtle details, so feel free to give whatever input helps, but this does work for me, at least. On Wed, Sep 25, 2019 at 09:02:52PM +0100, Nicholas Marriott wrote: > Hi > > You could make it so \033k with an empty name

Re: Re-enable automatic-rename

2019-09-25 Thread Nicholas Marriott
Hi You could make it so \033k with an empty name did this, I don't want a new escape sequence. On Wed, Sep 25, 2019 at 12:34:17PM -0700, fREW Schmidt wrote: > Hi! > > I am thinking of adding a feature and would like to make sure it makes > sense to everyone else, first. Here's the use case: >

Re-enable automatic-rename

2019-09-25 Thread fREW Schmidt
Hi! I am thinking of adding a feature and would like to make sure it makes sense to everyone else, first. Here's the use case: I have some code that will set window title periodically (via setting process title), based on what the program is doing. This is fairly limited, since it won't work ov

Re: re-enable automatic-rename

2018-04-21 Thread Nicholas Marriott
Run: tmux send -u automatic-rename On Sun, 22 Apr 2018, 02:28 Wellie Chao, wrote: > Currently (tmux 2.7) if the terminal receives an escape sequence to set > the window name (\033k${HOSTNAME%%.*}\033\\), tmux will turn off > automatic-rename. Is there a way to have tmux re-enable

re-enable automatic-rename

2018-04-21 Thread Wellie Chao
Currently (tmux 2.7) if the terminal receives an escape sequence to set the window name (\033k${HOSTNAME%%.*}\033\\), tmux will turn off automatic-rename. Is there a way to have tmux re-enable automatic-rename upon receipt of some other terminal escape sequence? The problem I am trying to solve