Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

TERM aixterm 1

Status
Not open for further replies.

dduuhh

Programmer
Jan 5, 2003
48
NZ
Hi All
I want to set aixterm so that it uses vt220 by default instead of aixterm when they are using the desktop.
We are using aix5.1


Cheers dduuhh
 
In the .Xdefaults you can add a line like:
Code:
aixterm.termName: vt220
Assuming my syntax is correct it will set the TERM environment variable to vt220. You could also just call aixterm via an alias like:
Code:
aixterm -tn vt220
Hope that helps.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top