home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / vmsnet / tpu / 547 < prev    next >
Encoding:
Internet Message Format  |  1992-12-22  |  2.6 KB

  1. Path: sparky!uunet!wupost!crcnis1.unl.edu!moe.ksu.ksu.edu!mccall!info-tpu-newsgate!list
  2. Newsgroups: vmsnet.tpu
  3. Subject: Rectangular Highlighting
  4. Message-ID: <01GSLXWWXODE96VN0W@WVNVMS.WVNET.EDU>
  5. From: williams@ab.wvnet.edu
  6. Date: Tue, 22 Dec 1992 08:13:42 -0500 (EST)
  7. Reply-To: williams@ab.wvnet.edu
  8. Organization: The Internet
  9. Return-Path: <TPU-Mgr@SHSU.edu>
  10. Errors-To: TPU-Mgr@SHSU.edu
  11. X-Listname: Text Processing Utility (TPU) Language Discussion List
  12. Return-Path: <!ab.wvnet.edu!williams@mccall.uucp>
  13. Resent-Message-ID: <9212221345.AA05017@depot.cis.ksu.edu>
  14. Resent-Date: Tue, 22 Dec 1992 07:42:37 CST
  15. Resent-From: info-tpu-newsgate@mccall.com
  16. Resent-To: info-tpu@shsu.edu
  17. X-Envelope-To: info-tpu-newsgate@mccall.uucp
  18. X-Vms-To: NET::"info-tpu-newsgate@mccall.uucp"
  19. X-Vms-Cc: ME
  20. Mime-Version: 1.0
  21. Content-Transfer-Encoding: 7BIT
  22. Lines: 38
  23.  
  24. > From: "kacovert@miavx1.acs.muohio.edu" 22-DEC-1992 01:19:04.64
  25. >
  26. > The selection should be in bold rather than inverse video.  The
  27. > selection also looks like it's selecting lines, but trust me, it'll
  28. > work (BTW, why doesn't box selects highlight boxes rather than lines -
  29. > this doesn't make sense to me.)  Then issue the cut command.
  30. >
  31. >                              Kent Covert, Software Coordinator
  32. >                              Miami Computing and Information Services
  33.  
  34.  
  35.           EVE's highlighting in character mode rather than block mode
  36.           is probably due to a couple of things:
  37.  
  38.             1.  The TPU engine underneath EVE does not currently
  39.                 support blocks.  The block mode work is  done pretty
  40.                 much by EVE, which does not have any display control.
  41.  
  42.             2.  The difficulty of highlighting a block is pretty
  43.                 significant, especially if you do it in EVE.
  44.  
  45.           Imagine a block selection that's 100 lines high and 10
  46.           characters wide.  Your cursor is in the lower righ-hand
  47.           corner.  Now, move the cursor one character to the right.
  48.           The EVE code would have to update all the ranges in a 100
  49.           range array.   Now, imagine you've decided to hold the
  50.           cursor down for 3 seconds, engaging auto-repeat for 2.5 of
  51.           them....
  52.  
  53.           There's also the problem of what to do (in the display) if
  54.           some lines are not as wide as the selected range.
  55.  
  56.                                                 Freely hypothesizing,
  57.  
  58.                                                 -Tom Williams
  59.                                                  Computer Center Manager
  60.                                                  Alderson-Broaddus College
  61.                                                  WILLIAMS@AB.WVNET.EDU
  62.