-
Notifications
You must be signed in to change notification settings - Fork 0
wherey
Thomas Foster edited this page Apr 15, 2021
·
1 revision
Function Gives vertical cursor position within window.
Syntax int wherey(void);
Prototype in conio.h
Return value wherey returns an integer in the range 1 to 25.
See also gettextinfo, gotoxy, wherex
wherey returns the y-coordinate of the current cursor position (within the current text window).
See `wherex`