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: <43533E56.A2D3B699@dessent.net> Date: Sun, 16 Oct 2005 23:01:58 -0700 From: Brian Dessent MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: rxvt as Bash login console References: <001e01c5d2d7$2cc421e0$0a01a8c0 AT p42800e> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com David Christensen wrote: > 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? Try -fn "FixedSys". There might be other ways to get the bitmap fonts by name. There are a ton of .fon files in the %WINDIR%\Fonts directory, you can try specifying them by name. Maybe -fn "8514fix". The above applies to W11 mode. If you're using X11 mode then you'll have to use a proper X11 font specifier such as "-misc-fixed-medium-r-*-*-12-*-*-*-*-*-*-*". Personally, I can't stand the bitmapped fonts. Your objection seems to revolve around the size, but you can change that. I use -fn "Lucida Console-11" and find it the best of all the monospaced fonts. Vary the number to change the size. > 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. The rxvt manpage has always had problems. I don't think the above warning detracts from the ability to read the output though. > 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. That's because ^C is not the copy command in rxvt. (It's being interpreted by bash as "abort this command".) In rxvt you don't do anything to copy, it's done as soon as you highlight. > 4. How do I paste from the clipboard to rxvt? "man rxvt" "/paste" > reveals nothing. Press the middle mouse button or shift-Ins to paste. (section TEXT SELECTION AND INSERTION in the manpage.) > 5. The rxvt consoles appear to be always on top. How do I turn this > mode off? I've never had that happen. Are you using W11 (native) or X11? 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/