Re: changing bash window title

2003-06-19 Thread Weiqi Gao
Sanjay Goel wrote: Hi, the bash window has title Cygwin by default .. whenever I do a telnet or lynx .. it changes the title .. how do I restore it again or change it to something custom .. You can do a $ cmd /c title whatever To change the title. I have a bash script named "t" that contain

Re: changing bash window title

2003-06-18 Thread William E. Kempf
Igor Pechtchanski said: > On Wed, 18 Jun 2003, Sanjay Goel wrote: > >> Igor Pechtchanski wrote: >> > On Wed, 18 Jun 2003, Sanjay Goel wrote: >> > >> >> Hi Igor, >> >> I added this line in my .bashrc >> >> function settitle() { echo -n "^[]2;[EMAIL PROTECTED];[EMAIL PROTECTED]"; } >> >> now when I

Re: changing bash window title

2003-06-18 Thread Igor Pechtchanski
On Wed, 18 Jun 2003, Sanjay Goel wrote: > Igor Pechtchanski wrote: > > On Wed, 18 Jun 2003, Sanjay Goel wrote: > > > >> Hi Igor, > >> I added this line in my .bashrc > >> function settitle() { echo -n "^[]2;[EMAIL PROTECTED];[EMAIL PROTECTED]"; } > >> now when I write settitle sanjay on my $ , it

Re: changing bash window title

2003-06-18 Thread Sanjay Goel
Igor Pechtchanski wrote: > On Wed, 18 Jun 2003, Sanjay Goel wrote: > >> >> Hi Igor, >> I added this line in my .bashrc >> function settitle() { echo -n "^[]2;[EMAIL PROTECTED];[EMAIL PROTECTED]"; } >> now when I write settitle sanjay on my $ , it does not change my >> title .. this is what happens

Re: changing bash window title

2003-06-18 Thread Igor Pechtchanski
On Wed, 18 Jun 2003, Sanjay Goel wrote: > Igor Pechtchanski wrote: > > On Tue, 17 Jun 2003, Sanjay Goel wrote: > > > >> Hi, > >> the bash window has title Cygwin by default .. whenever I do a > >> telnet or lynx .. it changes the title .. how do I restore it again > >> or change it to something cu

Re: changing bash window title

2003-06-17 Thread Sanjay Goel
Igor Pechtchanski wrote: > On Tue, 17 Jun 2003, Sanjay Goel wrote: > >> Hi, >> the bash window has title Cygwin by default .. whenever I do a >> telnet or lynx .. it changes the title .. how do I restore it again >> or change it to something custom .. >> TIA >> Sanjay > > Sanjay, > > The default .b

Re: changing bash window title

2003-06-17 Thread Igor Pechtchanski
On Tue, 17 Jun 2003, Randall R Schulz wrote: > At 07:54 2003-06-17, Igor Pechtchanski wrote: > >On Tue, 17 Jun 2003, Sanjay Goel wrote: > > > > > Hi, > > > the bash window has title Cygwin by default .. whenever I do a telnet or > > > lynx .. it changes the title .. how do I restore it again or ch

RE: changing bash window title

2003-06-17 Thread DePriest, Jason R.
The cygwin FAQ has a section on the CYGWIN environment variable: http://cygwin.com/cygwin-ug-net/using-cygwinenv.html It includes the (no)strip_title and (no)title options. You could also try the suggestions from section 6.3 of the Bash Prompt HOWTO: http://www.tldp.org/HOWTO/Bash-Prompt-HOWTO/xte

Re: changing bash window title

2003-06-17 Thread Randall R Schulz
At 07:54 2003-06-17, Igor Pechtchanski wrote: On Tue, 17 Jun 2003, Sanjay Goel wrote: > Hi, > the bash window has title Cygwin by default .. whenever I do a telnet or > lynx .. it changes the title .. how do I restore it again or change it to > something custom .. > TIA > Sanjay Sanjay, The defau

Re: changing bash window title

2003-06-17 Thread Igor Pechtchanski
On Tue, 17 Jun 2003, Sanjay Goel wrote: > Hi, > the bash window has title Cygwin by default .. whenever I do a telnet or > lynx .. it changes the title .. how do I restore it again or change it to > something custom .. > TIA > Sanjay Sanjay, The default .bashrc has a commented out function "sett