breakintoprogram / agon-vdp

Official AGON QUARK Firmware: ESP32 VDP
MIT License
76 stars 27 forks source link

Allow the cursor blinking to be disabled #20

Open avalonbits opened 1 year ago

avalonbits commented 1 year ago

Currently, if the cursor is on, it will always blink. This makes it using the cursor in a text editor annoying because it blinks even when you are going through lines.

Allowing it to not blink and to be always visible makes it a lot easier for follow char / line / page movements.

snakebyte69 commented 1 year ago

Something that changes the cusor type would be good. i.e.

stevesims commented 6 months ago

the Console8 VDP 2.7.0 implements all of Acorn's cursor control VDU commands. this will let you change the cursor to flash faster, be a steady (non-blinking) cursor, hide it, and change which character rows the cursor starts and ends on. additionally Agon-specific enhancement commands have been added to allow the width of the cursor to be adjusted too

as well as that, full support for VDU 23,16,x,y has been implemented, which allows for further control of text cursor movement, allowing the horizontal and vertical directions to be flipped, and x and y axes to be swapped.