home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / vmsnet / tpu / 486 < prev    next >
Encoding:
Internet Message Format  |  1992-11-10  |  2.5 KB

  1. Path: sparky!uunet!pipex!warwick!mrccrc!doc.ic.ac.uk!agate!spool.mu.edu!yale.edu!jvnc.net!rutgers!usc!sdd.hp.com!nigel.msen.com!emory!sol.ctr.columbia.edu!destroyer!news.iastate.edu!hobbes.physics.uiowa.edu!moe.ksu.ksu.edu!mccall!info-tpu-newsgate!list
  2. From: williams@ab.wvnet.edu
  3. Newsgroups: vmsnet.tpu
  4. Subject: ^U versus ^X
  5. Message-ID: <01GQZ9KDAYOIA3CA70@WVNVMS.WVNET.EDU>
  6. Date: 10 Nov 92 13:13:41 GMT
  7. Reply-To: williams@ab.wvnet.edu
  8. Organization: The Internet
  9. Lines: 39
  10. Return-Path: <TPU-Mgr@SHSU.edu>
  11. Errors-To: TPU-Mgr@SHSU.edu
  12. X-Listname: Text Processing Utility (TPU) Language Discussion List
  13. Return-Path: <!ab.wvnet.edu!williams@mccall.uucp>
  14. Resent-Message-ID: <9211102217.AA06954@depot.cis.ksu.edu>
  15. Resent-Date: Tue, 10 Nov 1992 16:12:15 CST
  16. Resent-From: info-tpu-newsgate@mccall.com
  17. Resent-To: info-tpu@shsu.edu
  18. X-Envelope-To: info-tpu-newsgate@mccall.uucp
  19. X-Vms-To: NET::"info-tpu-newsgate@mccall.uucp"
  20. X-Vms-Cc: ME
  21. Mime-Version: 1.0
  22. Content-Transfer-Encoding: 7BIT
  23.  
  24. > From: WVNET::IN%"ldgiltne@wsuhub.uc.twsu.edu" 10-NOV-1992 00:17:59.38
  25. > Subj: Problems with SET GOLD KEY
  26. >
  27. > I have all the Ctrl keys defined that were not
  28. > "reserved" by TPU or VMS.
  29.  
  30.           ...And a few that *are* reserved by VMS.  See below.
  31.  
  32. >
  33. > Both Ctrl-X and Ctrl-U acted as gold keys.
  34. > Are these two keys tied together somehow?
  35.  
  36.           Yes.
  37.  
  38.           The VMS terminal driver uses ^U as an 'Un-type this line'
  39.           key -- it deletes to the beginning of the line.
  40.  
  41.           ^X is a little more subtle:  DEC uses ^X for the 'clear
  42.           *all* pending input' key.  If there is input in the
  43.           type-ahead buffer, it is cleared.  If there is nothing in
  44.           the type-ahead buffer, then the terminal driver treats ^X as
  45.           if it were ^U.
  46.  
  47.           As a matter of fact, when you press ^X, TPU will not see it.
  48.           The terminal driver will pass a ^U to TPU.  For proof, use
  49.           the EVE command SHOW KEY, and press ^X.  You will be told
  50.           that "CTRL/U is defined as blah blah blah".
  51.  
  52.           All of this is on the assumption that you have a
  53.           more-or-less normal terminal setup.  I suspect that if you
  54.           are running in PASTHRU or PASSALL mode (don't attempt this
  55.           at home :-), the ^X will be passed as is.
  56.  
  57.           I hope this helps....
  58.  
  59.                                                 -Tom Williams
  60.                                                  Computer Center Manager
  61.                                                  Alderson-Broaddus College
  62.                                                  WILLIAMS@AB.WVNET.EDU
  63.