CLOCK WINDOW
The WINDOW keyword retrieves the current subwindow coordinates, the current position of the cursor in the window, and the adapter type. The format for this information is as follows:
|
Bytes |
Definition |
|
1-3 |
Top line number |
|
4-6 |
Bottom line number |
|
7-9 |
Left column number |
|
10-12 |
Right column number |
|
13-15 |
Horizontal cursor position |
|
16-18 |
Vertical cursor position |
|
19-21 |
Adapter type. |
|
|
00 - MDA |
|
|
01 - CGA |
|
|
02 - EGA |
|
|
03 - MCGA |
|
|
04 - VGA |
See Also: Example Code, CLOCK, System Interface Instructions
![]() |