Mail Archives: cygwin/1998/01/06/15:21:07
At 11:33 AM 1/6/98 -0500, Kevin Schnitzius wrote:
>
>1) Is there a FAQ or #define that allows me to set the window title
>to something other than the command that is running? I searched the
>bash source and didn't find anything...
>
>Thanks,
>Kevin
>--
>Kevin Schnitzius
>Software Development
>(954) 267-2510
>kevins AT citrix DOT com
>
Kevin,
You can set CYGWIN_NOTITLE=1 to turn the constant updating of the title off.
I believe there are other variants of this environment variable which allow
similar control. These are not "bash features" per se, since they were added
by Sergey as part of the cygwin.dll. As such, you won't find documentation
for them with bash. If you want to statically set the window title to
something, set the environment variable above and use the "title" command
of DOS to set the string you want. As an example, the following sets a title
for the window which is running bash to "bash" on NT:
cmd /c title bash
Similar gyrations should do the same on 95. Hope this helps!
Larry Hall lhall AT rfk DOT com
RFK Partners, Inc. (781) 239-1053
8 Grove Street (781) 239-1655 - FAX
Wellesley, MA 02181
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -