|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
how to change the font size of shell in $ prompt
Can any help me to change the default font type and its size..
To clear more about my question.. Once i login to my unix domain... the font it displaying is of small size... all my shell commands i am executing in $ prompt also carries the same style(ls, date and echo...) i searched whole forum and googled it for long time and didnt found out the answers... ![]() im in ksh and im using Secure CRT to connect to my server... tried many things.. one among that is vi .kshrc and typed as set guifont=TimesNewRoman:h11:cANSI didnt worked.. ![]() |
| Sponsored Links | ||
|
|
#2
|
|||
|
|||
|
First you have to find out what type your terminal is. Issue "echo $TERM" and if it is vt100, vt200, ansi or the like you have to change the font in the terminal emulation software you use (putty, hyperterm, whatever). xterm or aixterm right-click into the window while you hold down the ALT-key (or the CTRL-key? not sure, just try) and select a different size from the upcoming menu. To change the fonts selected by the menu entries (if you do not like them altogether) enter the appropriate X-resource string into your "$HOME/.Xdefaults" file. Here is an example, which will add a font with german diacriticals ("Umlauts") to the XTerm font menu and label it "ISO8859-Charset": Code:
XTerm*VT100*font1: -ibm--medium-r-medium--20-14-100-100-c-90-iso8859-1 XTerm*fontMenu*font1*Label: ISO8859-Charset dtterm simply select "Options" from the menu. To make the change lasting change the preferences of CDE. I hope this helps. bakunin |
| Sponsored Links | ||
|
|
#3
|
|||
|
|||
|
Thanks Bakunin...
I have vt100.. Im using Secure CRT emulator... Found out how to do.. There a button called "SESSION OPTIONS" and in that "APPEARANCE TAB" we can change the Font type and Font size.. Thanks for your reply.. ![]() |
| Sponsored Links | ||
|
![]() |
| Tags |
| shell script, shell scripting, unix commands, unix scripting, unix scripting basics |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Font Size in shell! | nikki1200 | Shell Programming and Scripting | 4 | 08-24-2011 04:30 AM |
| Change the font of text in output file in shell scipt | sreelu | Shell Programming and Scripting | 1 | 05-18-2011 05:16 AM |
| change the font size in bash | mierdatuti | Shell Programming and Scripting | 5 | 01-13-2009 02:48 PM |
| set font size | sachin.gangadha | UNIX for Dummies Questions & Answers | 14 | 12-13-2007 07:50 PM |
| script to change shell and prompt | SHYAM | Shell Programming and Scripting | 1 | 06-27-2004 08:46 AM |
|
|