From: lhall AT rfk DOT com (Larry Hall RFK Partners Inc) Subject: Re: a bash question 6 Jan 1998 15:21:07 -0800 Message-ID: <3.0.5.32.19980106132403.00a32420.cygnus.gnu-win32@pop.ma.ultranet.com> References: <000ED2C2552CD111AADE00A0C96CA75B0B4FA7 AT MISMAIL2> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: Kevin Schnitzius , "'gnu-win32 AT cygnus DOT com'" 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".