A/UX: Specifying a Terminal as VT-100


Article Change History
----------------------
08/31/92 - REVIEWED
o For technical accuracy.


How do I specify my terminal as VT-100?


In the Bourne shell (sh), type

set TERM=vt100
export TERM

In the C shell (csh), type

setenv TERM vt100


Published Date: Feb 18, 2012