Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow the cursor blinking to be disabled #20

Open
avalonbits opened this issue Mar 20, 2023 · 2 comments
Open

Allow the cursor blinking to be disabled #20

avalonbits opened this issue Mar 20, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@avalonbits
Copy link

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
Copy link

snakebyte69 commented Apr 10, 2023

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

  • No Cursor
  • Underline
  • Blinking Underline
  • Block
  • Blinking Block

@stevesims
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: On Hold
Development

No branches or pull requests

4 participants