This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How to set big font for xterm in cygwin/X


In message <92C60106-8A54-434B-A470-744B8E4D420F@gmail.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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]