X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:from:to:subject:in-reply-to :references:date; q=dns; s=default; b=rgdEiE8xk2fkVeHczWdTjkmqMW xJDF9jGeYEk5dfTMujRaUmwE016mM4BGTtyZCRF9LztESzBLvolm7sTUcNqlWI53 qE9mSz3Dbpr9Iq1YgDsKI5ENYjdx1ftVWBSwjyofShVXWB3ExWE1OohgMv3recrm he/spTPAdysqQ4pBg= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:from:to:subject:in-reply-to :references:date; s=default; bh=HWOGfeVPGC6omLSPbsHF7uH83s0=; b= ZcdcAZlauzPLd5YUoSbY4CK7mYvbGBSYyNbkq1ednjEDanR+zWas/GUvF35FLy7h 2Mjw7jCYfxr1nzNjyzzTGfp7Ia0CfpZyNRy5YUvghh9wqTNkeC08+6iBM0aXg4bm gJjqCJOxr/AKHwaJ9ble4U2dKXTH3NZO9Eq/SazcYco= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.0 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: nm15-vm3.access.bullet.mail.bf1.yahoo.com Message-ID: <130938.58090.bm@smtp114.sbc.mail.ne1.yahoo.com> X-Yahoo-SMTP: BDVluRmswBBpb4.UU1_zlPhs_ysfXcBVjBNXyWpyS_6pPgE- X-Rocket-Received: from solabel10.tnolan.com (tednolan AT 74 DOT 243 DOT 198 DOT 236 with plain [98.138.84.52]) by smtp114.sbc.mail.ne1.yahoo.com with SMTP; 04 Jun 2014 16:00:36 +0000 UTC From: tednolan AT bellsouth DOT net To: cygwin AT cygwin DOT com Subject: Re: How to set big font for xterm in cygwin/X In-reply-to: <92C60106-8A54-434B-A470-744B8E4D420F@gmail.com> References: <92C60106-8A54-434B-A470-744B8E4D420F AT gmail DOT com> Comments: In-reply-to Zhengrong Zang message dated "Thu, 05 Jun 2014 00:37:51 +0900." Date: Wed, 04 Jun 2014 11:24:20 -0400 X-IsSubscribed: yes In message <92C60106-8A54-434B-A470-744B8E4D420F AT gmail DOT com>you write: >Now I can use cygwin/X to run gtk3-demo, but my eyes is bad and xterm font = >in cygwin/X is very small, how can I set to bigger font for xterm? Thanks a= > lot.= > Well, if you hold down the ctrl key and hit the right mouse button, you will get a menu of "VT Fonts" and select "Large" or "Huge". Or you could do what I've done -- Make a "my_xterm" shell script: ############################################## #!/bin/sh # export LANG=C export XTERM_LOCALE=C exec xterm \ -fa lucidatypewriter -fs 16 \ -fg green \ -bg black $* ############################################## I find the green on black much easier to read than other combinations. -- 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