home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / dcom / modems / 20126 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  1.6 KB

  1. Path: sparky!uunet!charon.amdahl.com!amdahl!rtech!sgiblab!spool.mu.edu!yale.edu!newsserver.jvnc.net!rutgers!uwvax!jomby.cs.wisc.edu!lawrence
  2. From: lawrence@jomby.cs.wisc.edu (Thomas Lawrence)
  3. Newsgroups: comp.dcom.modems
  4. Subject: Terminal Emulations
  5. Message-ID: <1993Jan28.014650.19198@cs.wisc.edu>
  6. Date: 28 Jan 93 01:46:50 GMT
  7. Sender: news@cs.wisc.edu (The News)
  8. Organization: University of Wisconsin, Madison -- Computer Sciences Dept.
  9. Lines: 33
  10.  
  11.  
  12. Hello Everyone in Modem World...
  13.  
  14.  
  15. I'm writing a terminal program designed to connect to UNIX systems.
  16. I'm getting VERY VERY sick of VT100.  There seems to be all kinds of stupid
  17. stuff that has no bering on what I'm trying to do.  I want a SIMPLE
  18. terminal, and I'd like to emulate it fairly completely, in case I want
  19. to connect to some other systems.
  20.  
  21. I'm looking for something like the Soroc IQ140 (which I have to reject
  22. because of a disgusting lack of a backspace key.  Left arrow is backspace,
  23. which plays havoc with some text editors.)
  24.  
  25. What I want:
  26. Line insert and delete
  27. Character insert and delete
  28. Ability to scroll backwards
  29. Cursor motion
  30. Bold, Underline, Inverse attributes
  31. Clear to end of line
  32. 80x25 (or 80x24...)
  33.  
  34. What I DON'T want:
  35. Double width, double height characters
  36. Multiple character sets
  37. Strange Terminal controls (e.g. VT100's ESC [ {sol} x, whatever that is)
  38. 132x25, 132x52, or other strange selectable screen resolutions
  39. Any other stupid stuff that isn't necessary.
  40.  
  41. If you have a terminal description or know where I can get one (or even
  42. just know the name of a nice elegant terminal I can emulate, please
  43. e-mail me!)
  44.