home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / mod.std.unix.v7 / text0057.txt < prev    next >
Encoding:
Internet Message Format  |  1987-06-30  |  1.4 KB

  1. From: campbell%maynard.UUCP@harvisr.harvard.edu (Larry Campbell)
  2. Date: Sun, 12 Oct 86 11:43:38 EDT
  3. Organization: The Boston Software Works, Inc.
  4.  
  5. In article <5990@ut-sally.UUCP> guy@sun.com (Guy Harris) writes:
  6.  
  7. >This sort of windowing mechanism doesn't even necessarily require a
  8. >memory-mapped screen; it merely needs a way to redraw a window when it moves
  9. >to the front.  Mark Horton's earlier message describes a window manager for
  10. >dumb terminals; it even permits more than one window on the screen.
  11.  
  12. Of course, but I suspect that redrawing windows over a serial line
  13. would be tedious -- unless the serial line were running at 56KB or better.
  14.  
  15. >As for the window size "ioctl", consider this: any program that thinks it's
  16. >always dealing with a "perfectly ordinary 24x80 terminal" is going to be
  17. >quite surprised when run on an Ann Arbor Ambassador with 60 lines.  Programs
  18. >should not make assumptions like that.
  19.  
  20. That was an oversimplification on my part.  Of course programs should
  21. (and most do) query termcap/terminfo.  However, they can safely assume
  22. that the window size isn't going to change while they're running, and
  23. this assumption reduces complexity.
  24. -- 
  25. Larry Campbell            MCI: LCAMPBELL   The Boston Software Works, Inc.
  26. ARPA: campbell%maynard.uucp@harvard.ARPA   120 Fulton Street, Boston MA 02109
  27. UUCP: {alliant,wjh12}!maynard!campbell     (617) 367-6846
  28.  
  29. Volume-Number: Volume 7, Number 58
  30.  
  31.