Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Injected-Via-Gmane: http://gmane.org/ To: cygwin AT cygwin DOT com From: Weiqi Gao Subject: Re: changing bash window title Date: Thu, 19 Jun 2003 17:02:28 -0500 Lines: 22 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet AT main DOT gmane DOT org User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4b) Gecko/20030505 X-Accept-Language: en-us, en In-Reply-To: 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 contains the line "cmd /c title bash" in my path. Every time my title is messed up (almost always after using lynx), I simply type "t" and the title is restored. Not as politically correct as the "^[e;!@#$%^&*" alternative but it works. -- Weiqi Gao weiqigao AT networkusa DOT net -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/