WinHome Function (ROM Call 0x16)

wingraph.h

void WinHome (WINDOW *w);

Moves the pen location for a window to the home position.

WinHome moves the pen location for the window pointed to by w to the home position. Note that in TTY mode this is (1 1) otherwise it is (0, 0). See WinOpen for more info about window modes.


Used by: WinClr, WinOpen, WinReOpen