- Function
 Enable/disable a blinking cursor when waiting for keyboard input.
- Header
 - Declaration
 
unsigned char __fastcall__ cursor (unsigned char onoff);- Description
 If the argument to the function is non zero, a blinking cursor will be enabled when the
cgetcfunction waits for input from the keyboard. If the argument is zero,cgetcwill wait without a blinking cursor.- Limits
 
- The function is only available as fastcall function, so it may only be used in presence of a prototype.
 - Availability
 cc65
- See also
 - Example
 None.