Unix deficiencies/problems
Greg Woods
woods at eci386.uucp
Sat May 13 08:12:09 AEST 1989
In article <2914 at cps3xx.UUCP> rang at cpsin3.cps.msu.edu (Anton Rang) writes:
> .... But it's much faster to use typeahead. Having it
> echo in the middle of my output is quite annoying, though. (Then
> again, I worked with Apple ][, IBM-PC, and VMS systems--which have
> typeahead working "right"--before I worked with UNIX; maybe one gets
> used to this weirdness eventually.)
> Does anyone know the original reason for the immediate echoing?
So that you can see what you've typed, and there by correct any
mistakes you might have made. Of course any good shell will be
re-echoing what you've typed on the prompt line (ala ksh, tcsh,
and some csh's) at time of execution. Primarily you'll only be
using typeahead if you have entered a command which takes a
considerable amount of time, and you do not want to, or cannot
interrupt it and re-start it in the background. And when spurious
output from this command interrupts your typing, perhaps causing
you to make a mistake, you become acutely aware of the reasoning
behind the invention of the BSD newtty line discipline, and its
re-type feature.
--
Greg A. Woods
woods@{{utgpu,eci386,ontmoh,tmsoft}.UUCP,gpu.utcs.UToronto.CA,utorgpu.BITNET}
+1-416-443-1734 [h] +1-416-595-5425 [w] Toronto, Ontario CANADA
More information about the Comp.unix.questions
mailing list