Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-Id: <4.2.0.56.19990701171022.00b00520@mail.cs.unc.edu> X-Sender: gb AT mail DOT cs DOT unc DOT edu X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.56 (Beta) Date: Thu, 01 Jul 1999 17:22:35 -0400 To: cygwin AT sourceware DOT cygnus DOT com From: Gary Bishop Subject: rxvt interacts badly with bash line editing Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed I'm using the version of rxvt from http://www.io.com/~bub/rxvt.html along with bash from cygwin release 20.1. It mostly works great. It has one bad feature. When command lines get long, and bash would normally scroll to the right, it drops down to the next line but still thinks it is scrolling. bash line editing works fine in both the Win98 and NT command shells but exhibits this irritating property in rxvt. I'm guessing that I have something set up incorrectly but I can't guess what. Can any tell me how to fix this? My .bashrc has these lines in it: export DISPLAY=localhost:0.0 export PS1='$ ' export HISTFILE=/d/msl/_bash_history export PATH=.:$HOME/bin:/usr/bin:/usr/local/bin:/usr/local/texmf/miktex/bin:/usr/lo cal/netpbm/bin alias emacs=/usr/local/emacs/bin/runemacs alias gsview=/usr/local/gstools/gsview/gsview32 alias msword="/Program Files/Microsoft Office/Office/winword" if [ "$COLORTERM" = "rxvt-xpm" ] ; then export PS1="\e[34m\]\w\[\e[0m\]> " export TERM=linux alias ls=ls\ -F\ --color export LS_COLORS="ex=35" stty intr ^c susp ^z start ^q stop ^s quit ^\\ erase ^? fi My environment variables on NT look like: CLASSPATH=D:\Program Files\Intel\VTune40;.; CYGWIN=tty DISPLAY=localhost:0.0 HOME=d:\msl\gb include=D:\Program Files\Intel\Compiler4.0\include;D:\PROGRAM FILES\INTEL\COMPILER2.4\include;C:\Program Files\Microsoft Visual Studio\VC98\atl\include;C:\Program Files\Microsoft Visual Studio\VC98\mfc\include;C:\Program Files\Microsoft Visual Studio\VC98\include lib=D:\Program Files\Intel\Compiler4.0\lib;D:\PROGRAM FILES\INTEL\COMPILER2.4\lib;D:\Program Files\Intel\VTune40;C:\Program Files\Microsoft Visual Studio\VC98\mfc\lib;C:\Program Files\Microsoft Visual Studio\VC98\lib LOGNAME=gb MAKE_MODE=unix MSDevDir=C:\Program Files\Microsoft Visual Studio\Common\MSDev98 Path=d:\msl\gb\bin;c:\usr\bin;c:\usr\local\bin;\usr\local\texmf\miktex\bin;\ usr\local\netpbm\bin;d:\progra~1\Matlab\bin; SHELL=\usr\bin\bash.exe TEMP=c:\TMP TERM=linux TMP=c:\TMP TZ=EST5EDT My .Xdefaults has: rxvt*font: -*-Courier-light-r-*-18-* rxvt*boldFont: -*-Courier-medium-r-*-18-* -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com