home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume7 / tm / README < prev    next >
Text File  |  1989-07-02  |  1KB  |  34 lines

  1.          Thisterm terminal emulator
  2.  
  3.     By Troy Rollo 1989
  4.  
  5.     The thisterm terminal emulator is a minimum terminal
  6.     emulator for the apollo domains. This version has only
  7.     two control sequences:
  8.         Ctrl-L (ascii 0xc) clears the screen (pad)
  9.         An escape character followed by x+' ', y+' ' moves
  10.     to the given location in the pad.
  11.  
  12.     Additional control sequences can be created by modifying
  13.     the xfread routine. The ones already installed can, of course
  14.     be modified.
  15.  
  16.     Thisterm uses the pseudo tty device entries /dev/ptypb and
  17.     /dev/ttypb. An improved version would start at [pt]typ0 and work
  18.     up towards [pt]typf, allowing more than one thisterm
  19.     terminal emulator to run at once. It might also remove borders,
  20.     and use pad_$set_full_window and the current scale factor to
  21.     set the size of the window to match the size of the pseudo
  22.     screen.
  23.  
  24.     To use this, first run thisterm, then set the environment variables:
  25.  
  26.     MORE=-c
  27.     TERM=this
  28.     TERMCAP=your_termcap_path
  29.  
  30.     avenger@runx.ips.oz.au
  31.     s8730679@spectrum.eecs.unsw.oz.au (sometimes)
  32.     8730679@elec70a.eecs.unsw.oz.au (sometimes)
  33.     troy_rollo@712.502@fidogate.fido.oz.au (can't reply)
  34.