home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / vmsnet / networks / tcpip / multinet / 2017 < prev    next >
Encoding:
Text File  |  1992-08-23  |  2.7 KB  |  55 lines

  1. X-Gateway-Source-Info: INTERNET
  2. Path: sparky!uunet!wupost!usc!elroy.jpl.nasa.gov!ames!network.ucsd.edu!mvb.saic.com!tgv.com!info-multinet
  3. Date: 24 AUG 92 01:50:21 GMT
  4. Newsgroups: vmsnet.networks.tcp-ip.multinet
  5. X-Return-path: <info-multinet-relay@TGV.COM>
  6. X-RFC822-From: "L. Stuart Vance" <VANCE@TGV.COM>
  7. From: "L. Stuart Vance" <VANCE@TGV.COM>
  8. Subject: Re:  MAP3270 documentation
  9. Message-ID: <714616325.197198.VANCE@TGV.COM>
  10. Organization: TGV, Incorporated
  11. X-Phone: 408/427-4366 (work); 408/427-4365 (fax)
  12. X-Address: 603 Mission Street; Santa Cruz, CA  95060 (work)
  13. Nntp-Posting-Host: Mvb.Saic.Com
  14. Lines: 39
  15.  
  16. >After hitting the backspace key by reflex for the 30284th time, seeing it
  17. >perform a 3270 delete function (like the keypad comma under EDT), producing the
  18. >usual curse and re-inserting the character I had just deleted, I decided today
  19. >was the day I would fix this nonsense. I already knew how to edit MAP3270
  20. >settings and everything, I just needed the list of available functions and the
  21. >escape code for the various keys.
  22. >
  23. >Unfortunately, the online help did not provide much help. I ended up having to
  24. >FTP the unix version of tn3270, extracting the man files from the package,
  25. >finding out how to format them, and then writing a program to get the codes of
  26. >the keys I wanted to assign. I now have the 3270 delete function on the REMOVE
  27. >key, which in fact is very close to the location of the delete key on a real
  28. >3270 keyboard, and the backspace working as expected, so my problem is solved.
  29. >However, I don't think I should have to FTP unix programs to get a description
  30. >of the MAP3270 options. Could this be included in the online help for the next
  31. >version?
  32.  
  33. The main problem with documenting how MAP3270.DAT works, is that what you
  34. specify in the file for a key definition depends on what ASCII codes
  35. particular keys on your terminal generate.  A "^A" is (pretty much) guaranteed
  36. to send the same ASCII code (001) by any terminal.  However, what "F1" sends
  37. might be different for different terminal types.
  38.  
  39. >How hard would it be to allow key names a la DEFINE/KEY to be
  40. >specified, in addition to the escape sequence scheme? Could we also get a user
  41. >exit to decide what constitutes a word, and whether the end of a word is its
  42. >last character or the position after it? The tn3270 definition is both stupid
  43. >and different from the (equally stupid) behaviour of real 3270's.
  44.  
  45. A DEFINE /KEY function would be nice; I'll put that into our list of projects.
  46. It'll take some special thought, however, to figure out how to do it for the
  47. normal command line of FTP, MU CONFIG, etc. as well as for TN3270.
  48.  
  49. A user exit for the end of a word?  Bleah.  I've spent a brief bit of time
  50. looking through the code, and it's pretty hairy.  Have to think about that
  51. some...
  52.  
  53. Regards!
  54. -----Stuart
  55.