LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Xterm Font Size In Aix (https://www.linuxquestions.org/questions/linux-software-2/xterm-font-size-in-aix-107676/)

liguorir 10-23-2003 01:50 PM

Xterm Font Size In Aix
 
How do I increase the font size for the 'xterm' utility in AIX 3.4?

Thanks,

Robert Liguori

robartes 10-23-2003 02:00 PM

Re: Xterm Font Size In Aix
 
Quote:

Originally posted by liguorir
How do I increase the font size for the 'xterm' utility in AIX 3.4?

Thanks,

Robert Liguori

The linux xterm has an X resource that sets the font (size included):

Code:

XTerm*VT100*Font: -misc-fixed-medium-r-semicondensed-*-*-120-*-*-c-*-iso8859-15
Write that in a file, do xrdb -merge filename, and any new xterms launched during that X session will get the new font. The 120 in the fontspec above is the size, BTW, in tenths of points.

There's also the -fn command line option that sets the font (using the same type of fontspec - an X fontspec - as above).

Check the man page for the aix xterm to see if it supports the same options (it should).


All times are GMT -5. The time now is 09:33 PM.