Yes, I read about this in the Linux Journal. This is the part of my .cshrc
file which makes the title to be "UserID_at_HOST:DIRECTORY"
...
switch ($TERM)
case "xterm*":
set prompt="%{\033]0;%n_at_%m:%~\007%}I Love %m: "
breaksw
...
You can certainly change it to fit your needs. I am using tcsh. I don't
remember exactly how to change the title of the xterm if you are using
other shells though.
-Guangyong
On Fri, 19 Jun 1998, Sam Krishnabhat wrote:
> Hi,
>
> Is it possible to change the Title of a Xterm window
> while it is already open ?
>
> -sam
> --
> Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
> To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
> message to majordomo_at_hpc.uh.edu.
> To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
>
--
Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Fri Jun 19 1998 - 09:01:43 BST