How to add a title to xterm

Brian Dessent brian@dessent.net
Mon Dec 5 14:53:00 GMT 2005


PoWah Wong wrote:

> How to add a title to xterm?
> 
> I start cygwinx by "startx".
> The following commands does not work:
> xterm -T columbia &
> xterm -title columbia &
> xterm -title "columbia" &

The default cygwin prompt contains escape characters that set the window
title to contain the CWD.  Thus anything you set the title to will be
overwritten the next time a prompt is printed.  You need to either
modify the prompt so that it doesn't try to set the window title, or
change the prompt to include the desired window title.

Brian

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://x.cygwin.com/docs/
FAQ:                   http://x.cygwin.com/docs/faq/



More information about the Cygwin-xfree mailing list