X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-0.4 required=5.0 tests=AWL,BAYES_00,RCVD_NUMERIC_HELO,SPF_HELO_PASS,TW_RX,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Andrew DeFaria Subject: Re: How to launch an rxvt terminal window with Monospace font Date: Tue, 27 Jul 2010 08:18:09 -0700 Lines: 24 Message-ID: References: <1299EF3181B10F479D85C328013285240331C4C0 AT THEZE DOT intra DOT cea DOT fr> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.2.7) Gecko/20100713 Lightning/1.0b2pre Thunderbird/3.1.1 In-Reply-To: <1299EF3181B10F479D85C328013285240331C4C0@THEZE.intra.cea.fr> X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 On 07/27/2010 07:04 AM, JOHNER Jean 066030 wrote: > The default command to launch an rxvt terminal is the following: > > C:\cygwin\bin\rxvt.exe -display :0 -fn "Lucida Console-14" -tn > rxvt-cygwin-native -e /bin/bash --login > > I would like to use Monospace font instead of Lucida Console. I tried: > > C:\cygwin\bin\rxvt.exe -display :0 -fn "Monospace-14" -tn > rxvt-cygwin-native -e /bin/bash --login > > It results in the use of a double-spaced font which is not Monospace. > Replacing "Monospace" with any string gives the same result. > > NB: the Monospace font is the one which is used by default when > launching gvim (with XWin activated). Why do you have -display specified? Try removing it. And, if you only run an X server for rxvt terms then stop running the X server. Rxvt will use Windows widgets if there is no -display specified (note this also means no DISPLAY environment). Perhaps that way a Monospace font can be found? -- Andrew DeFaria Why do you park in a driveway and drive on a parkway? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple