where to do line editing?

Larry DeLuca henrik at blblbl.UUCP
Thu Jul 14 11:26:24 AEST 1988


While it's not going to help the ile people much, it still seems the best
place for a line editor of some sort is still the tty driver (ioctl's
can be used to set characters or toggle between modes).

The most simple line editing commands (rubout, line delete, and co.) are
there already, and it is the only way to guarantee that they will be
uniformly supported.  

The major complication, of course, is that this requires intelligence in
the tty driver about terminal escape sequences.  ITS (Incompatible Time
Sharing, developed at MIT) has excellent support in this regard (the 
tty driver knows how to do operations like clear the screen, and is also
aware of what's on the screen at any given time, so can repaint it after
a send, for example).

					larry...



More information about the Comp.unix.wizards mailing list