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: replace current tmux session

2011-06-02 Thread Nicholas Marriott
This isn't really possible and I'm not sure it is a good idea to make it so - having remote hosts able to control local sounds like a security nightmare. You could maybe rig something up by having the remote host ssh back to the local but it would be fragile... On Thu, Jun 02, 2011 at 01:20:28PM

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

replace current tmux session

2011-06-02 Thread Stephen Prater
So, I have an auto-attaching tmux session on my local machine, and an auto-attaching tmux-session on my remote machine. What I would like to do is ssh into the remote and have it completely replace the local tmux session, so that it doesn't result in a nested session. Ideally, detaching fro

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