Re: command prompt window title

2003-04-05 Thread Anoop Ghanwani
Randall, You were right. My path was setup so that instead of picking up /usr/bin/vi, it was picking up my DOS version of vi. Once I corrected that, the window title always shows Cygwin and never changes regardless of what I'm running. Thanks, -Anoop PS: Thanks to all who replied. I'm not

Re: command prompt window title

2003-04-01 Thread Igor Pechtchanski
On Mon, 31 Mar 2003, Randall R Schulz wrote: At 17:02 2003-03-31, you wrote: Randall, Most likely there is no wrapper script. This is an option of vim itself. In vim, help title. Igor Igor, That explains why I could not find documentation for the title /

command prompt window title

2003-03-31 Thread Anoop Ghanwani
I'm running cygwin's latest version 1.3.22-1. When I run cygwin from my desktop, it brings up a command prompt window with a title Cygwin. I modified cygwin.bat to make my default shell tcsh. Anyway, after I run vi, the window title changes to vi fname where fname is the file that I'm editing.

Re: command prompt window title

2003-03-31 Thread Andrew Markebo
| When running things like gcc or make the window | title doesn't get affected at all...it continues | to show Cygwin, unless I had previously run | vi in that window. | | Is there a way to fix this? Is this a know | issue? Bash sets the window-title through its prompt, set in /etc/profile (if

Re: command prompt window title

2003-03-31 Thread Thorsten Kampe
* Anoop Ghanwani (03-03-31 21:38 +0100) I'm running cygwin's latest version 1.3.22-1. When I run cygwin from my desktop, it brings up a command prompt window with a title Cygwin. I modified cygwin.bat to make my default shell tcsh. Anyway, after I run vi, the window title changes to vi

Re: command prompt window title

2003-03-31 Thread Randall R Schulz
Anoop, At 11:38 2003-03-31, you wrote: I'm running cygwin's latest version 1.3.22-1. When I run cygwin from my desktop, it brings up a command prompt window with a title Cygwin. I modified cygwin.bat to make my default shell tcsh. Anyway, after I run vi, the window title changes to vi fname

Re: command prompt window title

2003-03-31 Thread Igor Pechtchanski
On Mon, 31 Mar 2003, Randall R Schulz wrote: Anoop, At 11:38 2003-03-31, you wrote: I'm running cygwin's latest version 1.3.22-1. When I run cygwin from my desktop, it brings up a command prompt window with a title Cygwin. I modified cygwin.bat to make my default shell tcsh. Anyway,

Re: command prompt window title

2003-03-31 Thread Randall R Schulz
At 15:19 2003-03-31, you wrote: On Mon, 31 Mar 2003, Randall R Schulz wrote: Anoop, At 11:38 2003-03-31, you wrote: ... Anyway, after I run vi, the window title changes to vi fname where fname is the file that I'm editing. When I quit vi, the title of the window remains that way until

Re: command prompt window title

2003-03-31 Thread Igor Pechtchanski
On Mon, 31 Mar 2003, Randall R Schulz wrote: At 15:19 2003-03-31, you wrote: On Mon, 31 Mar 2003, Randall R Schulz wrote: Anoop, At 11:38 2003-03-31, you wrote: ... Anyway, after I run vi, the window title changes to vi fname where fname is the file that I'm

Re: command prompt window title

2003-03-31 Thread Randall R Schulz
At 17:02 2003-03-31, you wrote: Randall, Most likely there is no wrapper script. This is an option of vim itself. In vim, help title. Igor Igor, That explains why I could not find documentation for the title / notitle command when Thorsten mentioned it: I looked in the man and