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 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Subject: RE: RXVT copy/paste behavior Date: Thu, 10 Feb 2005 09:09:22 -0500 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Reid Thompson" To: , X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id j1AE9gN3030571 Rizwan Kassim wrote: > Rxvt v2.7.10 - released: 26 MARCH 2003 > Options: > XPM,transparent,utmp,menubar,multichar_languages,scrollbars=rx > vt+NeXT+xterm,frills,linespace,256colour,.Xdefaults > > [rizwank AT GEEKYMEDIA ~]$cat .Xdefaults > Rxvt.cursorColor: red > Rxvt.scrollBar_right: True > Rxvt.selectstyle: old > > > I don't see any changed behavior! > > What is 2.20, by the way? appears to be the same exe... Rxvt v2.7.10 - released: 26 MARCH 2003 Options: XPM,transparent,utmp,menubar,multichar_languages,scrollbars=rxvt+NeXT+xt erm,frills,linespace,256colour,.Xdefaults Definitely changes the cursor color and scrollbar location on my terms. Not sure about selectstyle, i use the default and am happy with it(although i seem to recall running across a definition while googling re this yesterday). I also did a quick change to background and foreground colors -- they were picked up too. Are you explicitely setting values in the call to open a new term that are overriding those in .Xdefaults? My normal means of opening rxvt terminals is via shortcuts that equate to some variant of: rxvt.exe -sr -sl 2500 -geometry 80x25 -sb -fg green -bg midnightblue -fn "lucida console-13-bold" -e bash --rcfile /home/rthompso/.bashrc The explicitely given parameters will override those in .Xdefaults. (Using different color schemes for different hosts makes it easy for me to determine with a 'look' what host the current terminal is connected to.) $ ls -lrt ~/.Xdefaults -rwx------+ 1 Reid.Thompson Domain Users 236 Feb 10 08:59 /home/rthompso/.Xdefaults reid -- 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/