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 From: "David Christensen" To: Subject: rxvt as Bash login console Date: Sun, 16 Oct 2005 21:56:36 -0700 Message-ID: <001e01c5d2d7$2cc421e0$0a01a8c0@p42800e> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: <4352BEBA.7060601@equate.dyndns.org> X-IsSubscribed: yes Chris Taylor wrote: > It should be pointed out that rxvt can be used in place of CMD.EXE, > which is what is started by the Cygwin icon created by setup. > If you want to do that, here is my cygwin.bat: > @echo off > C: > chdir C:\cygwin\bin > rxvt -sl 10000 -sr +sk -si -sw -fg Green -bg Black -e /bin/bash --logi > n -i > Obviously the path needs to be altered to whatever you have for your > cygwin installation. > I find this to be much more usable than using bash inside cmd.exe - > things actually work. Interesting. But, I ran across some issues: 1. The font looks like a scalable font; I prefer the 7x12 bit-mapped font so that I can put six consoles on my desktop (1280x1024) and the stroke width makes the characters legible. "man rxvt" and playing around with the "-fn" (7x14, 7x13, 7x12) option didn't produce a desirable result. Nor did Shift+KP_Add or Shift+KP_Minus. "locate font" led me to /usr/share/groff/1.18.1/font, but grep'ing for "7x14" found nothing. Is there a way I can get the 7x12 bit-mapped font in rxvt? 2. It looks like there's a slight problem with the rxvt man page: dpchrist AT p42800e:~$ man rxvt /usr/bin/tbl::310: `.' not last character on lin e /usr/bin/tbl::310: giving up on this table Looking at the same page using cmd.exe./Bash, the error message flashes by just before the man page is displayed, and is gone after exiting the man page. 3. Copying from the rxvt console to the Windows (XP Professional SP2) clipboard using Ctrl+C causes a new prompt to be displayed. Is there a way to avoid/ prevent this? "man rxvt" "/copy" reveals nothing. 4. How do I paste from the clipboard to rxvt? "man rxvt" "/paste" reveals nothing. 5. The rxvt consoles appear to be always on top. How do I turn this mode off? David -- 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/