Sep 21, 2003 #1 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
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
Sep 21, 2003 1 #2 usige Technical User Jun 9, 2003 290 US 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. Upvote 0 Downvote
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.
Sep 21, 2003 Thread starter #3 dduuhh Programmer Jan 5, 2003 48 NZ Spot on Thanks usige Cheers dduuhh Upvote 0 Downvote