CU_start Function (ROM Call 0xC4)

system.h

short CU_start (void);

Starts the cursor.

CU_start restarts the cursor timer and sets an internal flag which tell that cursor is active. This does not mean that the cursor will be displayed on the screen immidiately. This mean only that if some routine wants to display cursor, it will be permitted. The main usage of this function is in conjuction with text editor functions (see textedit.h header file). CU_start returns TRUE or FALSE, depending of whether the cursor was enabled or disabled before calling this function.


Uses: CU_cursorState, OSTimerRestart
Used by: TE_focus, TE_handleEvent, TE_pasteText, GT_KeyIn, ROM Call 0x3EA