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

cursor disappears in Emacs #918

Open
pbgc opened this issue Jan 22, 2025 · 0 comments
Open

cursor disappears in Emacs #918

pbgc opened this issue Jan 22, 2025 · 0 comments

Comments

@pbgc
Copy link

pbgc commented Jan 22, 2025

quoting the emacs manual:

On a text terminal, the cursor’s appearance is controlled by the terminal, largely out of the control of Emacs. Some terminals offer two different cursors: a visible static cursor, and a very visible blinking cursor. By default, Emacs uses the very visible cursor, and switches to it when you start or resume Emacs. If the variable visible-cursor is nil when Emacs starts or resumes, it uses the normal cursor.
...
...
By default, the cursor stops blinking after 10 blinks, if Emacs does not get any input during that time; any input event restarts the count

What happens with rio is that the cursor doesn't blink initially and after the time for 10 blinks disappear instead of not blinking ...

I set visible-cursor to nil in emacs conf to override this behavior .. but it would be nice if the cursor at least would not disappear with the default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant