Character echo at read time
Paul Lew
lew at gsg.UUCP
Tue Sep 6 06:10:39 AEST 1988
[background for new reader]:
* Most Unix systems echo input characters as soon as one types.
It makes you see what you type but the output may not be 'pretty'.
* VMS and DOS defer the echoing until the shell is ready to read next
command. You can get cleaner listing files this way but you better
know what you typed.
* It is a trade-off between these 2 methods
[my 2 cents]:
One way to solve this problem can be found in today's windowing systems which
separate input editing window from output window and you will not have this
problem.
--
Paul Lew {oliveb,harvard,decvax}!gsg!lew (UUCP)
General Systems Group, 5 Manor Parkway, Salem, NH 03079 (603) 893-1000
More information about the Comp.unix.wizards
mailing list