two new -multiwindow bugs

keith@keithtyler.com keith@keithtyler.com
Fri Mar 21 00:33:00 GMT 2003


On Fri, 21 Mar 2003, Andrew Markebo wrote:

> | xterm -T "my title" works for me with XWin-4.2.0-28. This is different
> | functionality, though -- I was talking about a window title that
> | updates automatically to show the current directory.

Try reading this:
http://www.linuxpowered.com/archive/mini/Xterm-Title.html
Also look for a program called "xtitle" (there are actually many different 
ones, but they all do the same thing) which can help this.

In tcsh and zsh you can define a function named "precmd" which you can use 
for this:

function precmd () {
        xtitle $USERNAME@$HOST:$PWD
}

HTH,

-- 
==================================================================
Keith D. Tyler                                keith@keithtyler.com
Federal Way, WA                          http://www.keithtyler.com
------------------------------------------------------------------
 We are at a very serious moment dealing with very serious issues,
      and we are not focusing on the name you give potatoes.
                         - French Embassy
==================================================================



More information about the Cygwin-xfree mailing list