You can read and save the location of the physical cursor with the physical cursor read function, csr_rd():
|
||
|
|
|
|
|
|
You must pass pointers to the variables that will hold the row and column positions. For example:
|
The current screen coordinates of the physical cursor are placed in the variables csr_row and csr_col. These coordinates are relative to the physical screen, not to any window.