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 Message-ID: <40422C14.6070704@yahoo.com> Date: Sun, 29 Feb 2004 12:14:44 -0600 From: Gregory Borota User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Issue with rxvt References: <40418F40 DOT 30408 AT softhome DOT net> <243452635 DOT 20040229073230 AT joshuacorps DOT org> In-Reply-To: <243452635.20040229073230@joshuacorps.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit I am just guessing here, but I might be right (You may check with rxvt source code and/or 'man rxvt', I no time and don't use it). Without '-e bash', rxvt calls the much simpler, scaled-down 'ash' which is not able to understand more advanced terminal control escape sequences but bash is. And see to it that '- e bash' is always the last on command line (if you give rxvt other options, that's how xterm behaves I guess rxvt follows that too) Glad it helps, Greg Jonathan E. Brickman wrote: > Thank you very much, Gregory! > > What is different about a -e that turns on the escape-code > recognition? > > >>What about trying?: > > >>rxvt -e bash > > >>Greg > > > > -- 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/