home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / vmsnet / tpu / 539 < prev    next >
Encoding:
Internet Message Format  |  1992-12-14  |  2.2 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!mccall!info-tpu-newsgate!list
  2. Newsgroups: vmsnet.tpu
  3. Subject: Re: Keywords: DECforms, WYSIWYG, video effects, line-drawing
  4. Message-ID: <9212141942.AA14667@hqpyr1.us.oracle.com>
  5. From: "Comet" <comet@us.oracle.com>
  6. Date: Mon, 14 Dec 92 11:42:13 PST
  7. Reply-To: "Comet" <COMET@us.oracle.com>
  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. Original-To: HQPYR1:INFO-TPU@SHSU.edu
  13. Lines: 33
  14.  
  15.  
  16. In-Reply-To: HQPYR1:TPU-Mgr@SHSU.edu's message of 12-14-92 06:31
  17.  
  18. I used EDIT/FMS, which may be a precursor of DECforms.  Anyway, the screen
  19. editor there would allow you to edit (...dramatic pause...) ONE SCREEN,
  20. including special graphic renditions and character sets.  There was an option
  21. to do just what you want, namely, to produce an output file which could be used
  22. in a $ TYPE command to display the results directly to the terminal without
  23. requiring any special interpretation outside that performed by the terminal
  24. ROMs.  Perhaps DECforms also has the option to produce such an output file.
  25.  
  26. The TPU command SET(TEXT,window,NO_TRANSLATE) will allow the specified window
  27. to display control sequences directly to the screen.  Below, I have excerpted
  28. some of the relevent sections from the VAX Text Processing Utility Manual:
  29.  
  30.     Digital recommends that you use this mode for sending directives to the
  31.     terminal but not for editing. VAXTPU does not manage margins or window
  32.     shifts while NO_TRANSLATE mode is enabled.  Furthermore, VAXTPU does
  33.     not necessarily update lines of text in the order in which they appear
  34.     when NO_TRANSLATE mode is enabled.
  35.  
  36.     To send escape sequences from within a VAXTPU procedure, you can use
  37.     SET (TEXT) with the NO_TRANSLATE keyword followed by statements using
  38.     the MESSAGE and UPDATE built-ins.  See the example in this built-in
  39.     description for more information on this technique.
  40.  
  41.  
  42. --------
  43. Comet <comet@us.oracle.com>             Oracle Corporation
  44. Technical Analyst                       500 Oracle Parkway
  45. VMS Product Line                        Box 659312
  46. Worldwide Technical Support             Redwood Shores, CA  94065-5041
  47.  
  48.