Re: modems

(YngV@gnn.com)
Thu, 11 Jul 1996 21:21:59

>Any Unix gurus out there know how to change the terminal type? I'm
>guessing my account is assuming VT100, which OgComm isn't doing. I'm
>still looking for a way to tell my account that it's NOT VT100, so it
>will hopefully suppress the control characters.
>
just type
TERM=DUMB
export TERM

or if csh

setenv TERM DUMB

to put it back...
TERM=vt100

jv