Re: How to show dynamic title for xterm/uxterm

2011-06-03 Thread alphachi
2011/6/3 Nicholas Marriott > title supports UTF-8 in latest SVN, will be in 1.5 > > > On Fri, Jun 03, 2011 at 11:47:17AM +0800, alphachi wrote: > >2011/6/2 Nicholas Marriott <[1]nicholas.marri...@gmail.com> > > > > you want #T and then configure your shell to set the title inside > tmux

Re: How to show dynamic title for xterm/uxterm

2011-06-02 Thread Nicholas Marriott
title supports UTF-8 in latest SVN, will be in 1.5 On Fri, Jun 03, 2011 at 11:47:17AM +0800, alphachi wrote: >2011/6/2 Nicholas Marriott <[1]nicholas.marri...@gmail.com> > > you want #T and then configure your shell to set the title inside tmux > to whatever you want > On Thu,

Re: How to show dynamic title for xterm/uxterm

2011-06-02 Thread alphachi
2011/6/2 Nicholas Marriott > you want #T and then configure your shell to set the title inside tmux > to whatever you want > > On Thu, Jun 02, 2011 at 06:19:33PM +0800, alphachi wrote: > >OS: FreeBSD 8.2R amd64 > > > >~/.tmux.conf: > >set-option -g set-titles on > >set-option -g s

Re: How to show dynamic title for xterm/uxterm

2011-06-02 Thread Nicholas Marriott
you want #T and then configure your shell to set the title inside tmux to whatever you want On Thu, Jun 02, 2011 at 06:19:33PM +0800, alphachi wrote: >OS: FreeBSD 8.2R amd64 > >~/.tmux.conf: >set-option -g set-titles on >set-option -g set-titles-string #pwd" >set-window-option

Re: How to show dynamic title for xterm/uxterm

2011-06-02 Thread alphachi
Sorry, the config is "#pwd", not #pwd". -- Simplify data backup and recovery for your virtual environment with vRanger. Installation's a snap, and flexible recovery options mean your data is safe, secure and there when you

How to show dynamic title for xterm/uxterm

2011-06-02 Thread alphachi
OS: FreeBSD 8.2R amd64 ~/.tmux.conf: set-option -g set-titles on set-option -g set-titles-string #pwd" set-window-option -g automatic-rename on set-option -g status-interval 1 ... I want to change the title of xterm/uxterm dynamically when I use command like "cd". That is to say, I want to show t