Qbasicnews.com

Full Version: how can i change the color of cursor?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how to change the color of text cursor
:???:
thanks!
Hi,

Try using the PALETTE command.

The color attribute to use depends on the screen mode.

Changing the cursor color will also change the default text color.


Pappy
thanks i will try it :bounce:
The cursor doesn't have a colour for itself, it gets the colour of the character cell it's in. So you can always try

Code:
COLOR 3: CLS

And your cursor will be cyan.
it work! :wink: