1# $EPIC: geom,v 1.3 2003/07/05 06:34:00 jnelson Exp $
2Synopsis:
3   $geom()
4   $geom(<winref>)
5
6Technical:
7   * In the first case, the screen of the client's global current window
8     is used.
9   * In the second case, the screen of the given window refnum is used.
10   * In both cases, the return value is two numbers, the first is the number
11     of columns and the second is the number of lines on the screen.
12
13Practical:
14   This function is mostly useful by providing the screen width.  This
15   could be used by a script to determine how wide it should format its
16   output.
17
18Returns:
19   X Y    "X" is screen's column width, "Y" is screen's line height
20
21History:
22   This function first appeared in EPIC3pre7.
23   Support for the <winref> argument first appeared in EPIC4-1.1.8.
24
25See Also:
26   winsize(6)
27
28