home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / MorphOS / Epic4_mos / share / epic / help / 6_functions / geom < prev    next >
Encoding:
Text File  |  2002-10-28  |  416 b   |  19 lines

  1. Synopsis:
  2.    $geom()
  3.  
  4. Technical:
  5.    Returns the number of columns wide and the number of lines high that
  6.    your current screen is.
  7.  
  8. Practical:
  9.    This function is mostly useful by providing the screen width.  This
  10.    could be used by a script to determine how wide it should format its
  11.    output.
  12.  
  13. Returns:
  14.    X Y    "X" is screen's column width, "Y" is screen's line height
  15.  
  16. See Also:
  17.    winsize(6)
  18.  
  19.