Re: TTY, PWD, and other useful strings in hardstatus, shelltitle, etc

2005-03-01 Thread Buddy Burden
Peter/all, Jason White made a patch to 4.0.2 that creates %T asan escape code that will echo the TTY. Nice. I'd love nothing more than to patch my code on all of my servers! I just created a ebuild (since I'm on Gentoo) to automatically apply the patch. I have several local (i.e. overriding) eb

Re: TTY, PWD, and other useful strings in hardstatus, shelltitle, etc

2005-03-01 Thread Eric D. Hendrickson
What I do, is I use tcsh and have the following line in my .cshrc file: if ($?TERM && ($TERM == "xterm" || $TERM == "screen" || $TERM == "rxvt")) then alias cwdcmd 'echo -n "]2;"/[EMAIL PROTECTED]"$cwd]1;"{$HOST}""' cwdcmd endif Note that those control characters go like

TTY, PWD, and other useful strings in hardstatus, shelltitle, etc

2005-03-01 Thread Peter Beckman
I know it has been discussed many-a-time before (I've read the July 2004 thread in the archives), but I wanted to bring it up again to see if there was any more movement within the development on it. Jason White made a patch to 4.0.2 that creates %T asan escape code that will echo the TTY. Nice.