X-Spam-Check-By: sourceware.org Message-ID: <4695F908.146F331D@dessent.net> Date: Thu, 12 Jul 2007 02:48:56 -0700 From: Brian Dessent X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: rxvt question References: <000601c7c457$2469c9a0$3501a8c0 AT saphire> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Teggy P Veerapen wrote: > >From what I've read so far, it would seem that rxvt does not handle > correctly terminal operations and that's what is causing these issues. No, that's not it at all. This has nothing to do with any deficiency with rxvt, which is fully functional in the terminal handling department. It has to do with running non-Cygwin programs connected to a Cygwin pty. I'm guessing that sqlplus is not a Cygwin program, and I'm pretty sure you're not using Cygwin's vim because that would never print something using a filename of the form "c:\anything". So that's your real problem. You'd see the same behavior with a native Windows console if you set CYGWIN=tty which enables pty emulation always instead of only when required. But regardless of what you set CYGWIN, the program being run will always be connected to a pty when running under rxvt, xterm, over ssh, invoked from mc or screen, etc. This issue has been discussed extensively on the mailing list because it seems to be asked about once every month or two like clockwork. If you want the background, read those threads: . If this is the cause of the problem then the solution is simple: use a Cygwin version of the app or avoid the use of ptys. Brian -- 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/