home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / ROWS.ZIP / ROWS.DOC next >
Text File  |  1991-03-29  |  3KB  |  78 lines

  1.                                ROWS 1.00
  2.                                ---------
  3.  
  4.         ROWS is a simple OS/2 command line utility that changes the
  5.         number of text rows in a physical (character mode) VGA screen or
  6.         in the logical screen of an OS/2 window.  It is equivalent to
  7.         "MODE CO80,rows" except that it's much quicker and does not
  8.         erase the screen.
  9.  
  10.         Using ROWS
  11.         ----------
  12.         To change screen dimensions, simply execute the command
  13.  
  14.             ROWS n
  15.  
  16.         at the OS/2 command prompt.  n is the number of rows you want,
  17.         and it can be any of the following:
  18.  
  19.                 12  14  21  23  24  25  27  28  29  30
  20.                 33  34  39  40  41  42  43  45  46  47
  21.                 48  49  50  54  55  56  57  58  59  60
  22.  
  23.         ROWS sets the desired screen size, retaining the current screen
  24.         contents and cursor position.  If you switch from a larger
  25.         screen to a smaller screen and the cursor is located outside of
  26.         the dimensions of the new screen, data will be scrolled off from
  27.         the top of the screen and the cursor placed on the last line.
  28.  
  29.         If ROWS is executed in a fullscreen session, a new font is
  30.         loaded and the physical number of rows changes.  Some of these
  31.         are unattractive fonts, to say the least; the fonts are provided
  32.         by the system, not by ROWS itself.  [Personally, I like ROWS 34.
  33.         It's not quite as nice as UltraVision's 36-line font for DOS,
  34.         but, sadly, there's no OS/2 Ultravision.]
  35.  
  36.         If ROWS is executed in an OS/2 window, the screen font does not
  37.         change, but the number of rows in the logical screen does.  For
  38.         large screen sizes, OS/2 may not be able to fit the entire
  39.         screen in the window, even if it is maximized.  In this case,
  40.         you can scroll the window using the vertical scroll bar.
  41.  
  42.         ROWS always sets 80 columns.
  43.  
  44.  
  45.         FYI: character mode resolution
  46.         ------------------------------
  47.         On our PS/2 VGA, the following screen sizes use the maximum
  48.         720x480-dot resolution in character mode:
  49.  
  50.             29  30  33  34  54  55  56  57  58  59  60
  51.  
  52.         The following are 720x400:
  53.  
  54.             24  25  27  28  45  46  47  48  49  50
  55.  
  56.         These are 640x350 (EGA-like):
  57.  
  58.             21  39  40  41  42  43
  59.  
  60.         And these are 640x200 (CGA-like):
  61.  
  62.             12  14  23
  63.  
  64.                                 Copyright/author
  65.                                 ----------------
  66.         ROWS is uncopyrighted (public domain).  Feel free to share it
  67.         with others.  ROWS was written by:
  68.  
  69.                              Christopher J. Dunford
  70.                             The Cove Software Group
  71.                               Post Office Box 1072
  72.                                Columbia, MD 21044
  73.                                   301/992-9371
  74.  
  75.                              CompuServe: 76703,2002
  76.                 Internet, Bitnet, etc: 76703.2002@compuserve.com
  77.  
  78.