How could I set term at login

Kevin Cosgrove cosgrok at jacobs.CS.ORST.EDU
Sun Feb 24 13:56:01 AEST 1991


Setting the terminal type at login with something like "TERM=(vt100)" is
pretty good, until the user moves to a new terminal and absent mindedly
hits return before realizing they're on an old ADM terminal.  For that
reason I have the following in the skeleton .cshrc file for users.

	alias newterm	'set noglob;eval `tset -srQ ??`;unset noglob'

--
Kevin Cosgrove <cosgrok at jacobs.CS.ORST.EDU>



More information about the Comp.unix.admin mailing list