[Contents]
[Index]
[Help]
[Browse <]
[Browse >]
lister query <handle> position
Returns the current position and size of the lister. The word locked will
also be returned if the lister is locked in position.
handle is the handle of the lister in question.
The position returned is in the following format:
<x/y/w/h> [locked] <L/C/c/l>
x - x-coordinate for top-left of lister window;
y - y-coordinate for top-left of lister window;
w - width of the lister window;
h - height of the lister window;
L - total number of lines in the lister;
C - total number of columns in the lister;
c - number of visible columns in the lister;
l - number of visible lines in the lister.
Note that the lines/columns data was not returned before Opus 5.5.
For example,
+ lister query 121132636 position
> 360/47/360/151 27/82/42/14
+ lister query 121132636 position
> 360/47/360/151 locked 27/82/42/14
See also:
lister set position
Converted on 04 Nov 1998 with RexxDoesAmigaGuide2HTML 2.2 by Michael Ranner.