home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / znode3 / uploads / tline12.lbr / TLINE12.FOR next >
Encoding:
Text File  |  1990-11-12  |  384 b   |  7 lines

  1. TLINE is a tiny in-line editor module.  Only backspace and delete 
  2. are available for editing input line.  Rejects other control 
  3. characters, except carriage return and control-C.  Carriage 
  4. return ends edit, buffer contains null-terminated string.  ^C 
  5. aborts editor, buffer contents not terminated.  Version 1.2 has 
  6. some code optimizations courtesy of Howard Goldstein.
  7.