- Function
 Return the current Y position of the text mode cursor.
- Header
 - Declaration
 
unsigned char wherey (void);- Description
 The function returns the current Y position of the text mode cursor. Zero is returned for the uppermost screen position.
- Availability
 cc65
- See also
 - Example
 None.