home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / utility / system / setvt52 / setvt52.1 < prev    next >
Text File  |  1991-11-02  |  6KB  |  172 lines

  1.  
  2.       NAME         
  3.          setvt52 - change settings of vt52 console 
  4.  
  5.       SYNTAX         
  6.          setvt52 [options] 
  7.  
  8.       USAGE         
  9.          'setvt52' is a program to change some parameters of the vt52
  10.          console on an  Atari ST. It recognizes the following options: 
  11.  
  12.          clear         This clears the screen and puts the cursor top-left.
  13.  
  14.          home          Put the cursor top-left.
  15.  
  16.          fgcolor=C     Sets the foreground color. See below under COLORS
  17.  
  18.          bgcolor=C     Sets the background color. See below under COLORS
  19.  
  20.          curon         Turns the cursor on.
  21.  
  22.          curoff        Turns the cursor off.
  23.  
  24.          revon         Sets reverse video on.
  25.  
  26.          revoff        Sets reverse video off.
  27.  
  28.          wrapon        Sets linewrap on.
  29.  
  30.          wrapoff       Sets linewrap off.
  31.  
  32.          reset         Sets the console in a default state. This is: cursor on,
  33.                        reverse off, black foreground, white background, 
  34.                        wrap on and clear the screen.
  35.  
  36.  
  37.          You may enter one or more of the above mentioned options.  
  38.  
  39.          COLORS         
  40.  
  41.          You can specify the colors in 'fgcolor' and 'bgcolor' in a
  42.          number of ways.  
  43.  
  44.          1) Enter the name of the color in either Dutch or English.
  45.             E.g.  
  46.  
  47.                  white, black, green
  48.  
  49.             The program knows of the 7 basic colors (white, black,
  50.             red, blue, cyan, yellow and magenta). You can prepend 'l'
  51.             for each color to get the 'light' variant, e.g. lyellow.  
  52.  
  53.          2) Enter the number of the color (0..7). Prepend 'l' to get
  54.             the 'light' variant.  
  55.  
  56.          The number of colors you can use is dependent of the mode
  57.          you're working in: 
  58.  
  59.               High-res  : 2 colors
  60.               Med.-res  : 4 colors
  61.               Low.-res  : 16 colors.
  62.  
  63.  
  64.       EXAMPLE         
  65.  
  66.               setvt52 fgcolor=lblue bgcolor=white wrapoff clear
  67.  
  68.          This sets the foreground color to lightblue, the background
  69.          to white,  disables linewraps and clears the screen.  
  70.  
  71.       STARTUP         
  72.  
  73.          WILDCARDS         
  74.  
  75.          You may use the GEMDOS wildcards ? and * when specifying
  76.          filenames.  For now they may only occur in the filenamepart,
  77.          the last part of a pathname.  These wildcards will be
  78.          expanded into a sorted list of filenames. For example: 
  79.  
  80.             c:\signum\doc\*.*       
  81.  
  82.          Expands to all the files in the 'c:\signum\doc' directory. If
  83.          a wildcard matches not at least one file, the program is
  84.          aborted with the message: "File not found".  
  85.  
  86.          Everything within quotes is not expanded, so 
  87.  
  88.             'c:\usr\signum\doc\*.*'
  89.  
  90.          is not expanded. As quotes the following characters are
  91.          recognized: ', " and %. I've added the last one since some
  92.          shells remove quotes when passing a commandline to a
  93.          program.  
  94.  
  95.          You can use the character ^ to stand for a space, since some
  96.          shells have the habit of breaking a word always at a space,
  97.          even when it is quoted. So One^Word becomes "One Word" in
  98.          your C-program.  
  99.  
  100.          ESCAPE MECHANISM        
  101.  
  102.          Use the slash (/) to enter controlcodes and other codes that
  103.          are  difficult to type. A slash also provides a mechanism to
  104.          suppress the usual meaning of ?, * and ^. So *.* expands to a
  105.          list of filenames but /* is just a asterisk. ^ is normally
  106.          converted to a space but /^ is a caret.  
  107.  
  108.          The following codes have a special meaning: 
  109.  
  110.             /n - linefeed   /t   - horizontal tab
  111.             /r - return     /b   - backspace
  112.             /e - escape     /xxx - the character whose decimal code
  113.             /^ - caret             is xxx, e.g. /65 is 'A'.
  114.             /* - asterisk
  115.             /? - question mark
  116.  
  117.          All other codes are ignored, so /A is just the letter A. Use
  118.          // to enter a single slash.  
  119.  
  120.          I/O REDIRECTION        
  121.  
  122.          It is possible to redirect the input and output even if you
  123.          shell doesn't offer this capability. Just add one or more of
  124.          the following on the commandline 
  125.  
  126.             in=<filename>     Get standard input from given file.   
  127.             out=<filename>    Store standard ouput in given file.
  128.             out+=<filename>   Append standard output to given file.
  129.             err=<filename>    Store standard error in given file.
  130.             err+=<filename>   Append standard error to given file.
  131.  
  132.          These words may occur anywhere on the commandline and are
  133.          effective immediately. Note that 'err=' and 'out=' destroy
  134.          the outputfile if it exists already (the old contents are
  135.          lost), while 'err+=' and 'out+=' append the information to
  136.          the given file.  
  137.  
  138.       AUTHOR         
  139.          A.V. Sijtsma
  140.          Telderslaan 23
  141.          3527 KD  Utrecht
  142.          The Netherlands
  143.  
  144.          Fidonet: 2:/281/701.4
  145.  
  146.          If you use this program, please send me a nice postcard. Suggestions,
  147.          bug reports etc. are also welcome.
  148.  
  149.  
  150.                                DISCLAIMER        
  151.  
  152.                  NO   GUARANTEE  IS  GIVEN  FOR  THE  FUNCTIONS
  153.                  PERFORMED  BY  THIS  SOFTWARE.  USE IT AT YOUR
  154.                  OWN  RISK.  IF  ALL  THE  DATA  ON YOUR SYSTEM
  155.                  VANISH   INTO   THIN   AIR,  IT  IS  YOUR  OWN
  156.                  RESPONSIBILITY.   THE  AUTHOR  CANNOT  BE HELD
  157.                  RESPONSIBLE  FOR  ANY  USE OF THIS SOFTWARE IN
  158.                  ANY CONCEIVABLE OR UNCONCEIVABLE WAY.  
  159.  
  160.                  THIS  IS  PUBLIC DOMAIN SOFTWARE. FEEL FREE TO
  161.                  DISTRIBUTE  IT.  YOU  MAY,  HOWEVER, CHARGE NO
  162.                  MONEY  APART  FROM A SMALL FEE FOR POSTAGE AND
  163.                  HANDLING.  THIS SOFTWARE IS UNSUPPORTED BY ME.
  164.                  THAT  IS:  I'VE  MADE IT JUST FOR FUN AND HAVE
  165.                  NO  INTENTION OF MAINTAINING IT FOR ANYONE BUT
  166.                  MYSELF.  
  167.  
  168.  
  169.       IDENTIFICATION         
  170.          $Id: setvt52.prf,v 1.2 1991/11/02 13:38:12 LexSijtsma Exp LexSijtsma 
  171.  
  172.