[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: joe and lynx on a short terminal



On Wed, 28 Aug 1996, Gerry Jensen wrote:

> I have this in my .bash_profile to set my terminal to vt320 if I'm
> calling in on the phone which I rarely do anymore::
> 
> TTY=`tty`
> case $TTY in
>   /dev/ttyS?) TERM=vt320 ;;
> esac
> 
Thanks! This let me; 'stty cstopb' to fix login's insistance that 1 stop
bit is sufficient (not for this terminal). Is the syntax for this
structure documented in the bash manual page? Can I put more than one
command in the case block?

Thanks again,

Dwarf

------------                                          --------------

aka   Dale Scheetz                   Phone:   1 (904) 877-0257
      Flexible Software              Fax:     NONE 
      Black Creek Critters           e-mail:  dwarf@polaris.net

------------ If you don't see what you want, just ask --------------



Reply to: