Previous: prssty Up: ../plot79_p.html Next: prsswi


PRSSWD

       SUBROUTINE  PRSSWD (WIDTH)
 C$    (Parse - Set Terminal Width)
 C$    Ideally,  it  should  be  possible  to  obtain  the  output
 C$    terminal width from the  host operating system via  routine
 C$    PRSTWD.  If this is not possible, the user parsing  program
 C$    can use the support  routine PRSTRM to process  subcommands
 C$    for defining the  terminal type and  width.  If neither  of
 C$    these is possible, the terminal  width may be set  directly
 C$    by a call to this routine, where the INTEGER argument is:
 C$
 C$    WIDTH.....Terminal width.   Values  outside  of  the  range
 C$              0..255 are ignored.
 C$    (28-OCT-82)