.plan

Barry Margolin barmar at think.COM
Sat Aug 26 04:46:01 AEST 1989


In article <1810 at cunixc.cc.columbia.edu> fuat at cunixc.cc.columbia.edu (Fuat C. Baran) writes:
>It's not really finger that needs to be fixed, but the terminal.

I think it's Unix that needs to be fixed.  Multics's (and some other
systems') solution to this problem is that the tty driver normally
translates most control characters to octal escapes or ^<char>
sequences.  Applications that need to send control sequences to the
terminal can put the terminal in raw output mode, but by default
terminals are not in raw output mode.

Programmable function keys are useful for some things, so telling the
users to turn off this feature when using Unix is the wrong answer.
With this "solution", every time a user goes into or out of an
application that makes use of function key programming he'd have to
change the set-up configuration.  For novice computer users, this
could be quite confusiong.


Barry Margolin
Thinking Machines Corp.

barmar at think.com
{uunet,harvard}!think!barmar



More information about the Comp.unix.questions mailing list