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

  1. From: gwyn@brl.arpa (VLD/VMB)
  2. Date:     Mon, 20 Oct 86 10:00:13 EDT
  3.  
  4. Many of us have long outgrown the fixed-size, constant-width font model
  5. of text characters.  Such ideas as pagination to multiples of N text
  6. lines are not as useful as they might once have been.  I would hope
  7. that simplistic models of terminal text do not become more deeply
  8. embedded in specifications such as POSIX.  Limitations due to
  9. insufficiently general models are one of the worst problems with
  10. existing systems; we can do better.
  11.  
  12. As to what TIOCGWINSZ should return: for some situations character
  13. cell array dimensions are appropriate; for others pixel array size
  14. is appropriate.  It would be best to supply both, with the explanation
  15. that a "pixel" may just be a character cell for old-fashioned terminal
  16. devices (in which case both sets of dimensions would have the same
  17. numerical values).
  18.  
  19. Volume-Number: Volume 7, Number 80
  20.  
  21.