-
Notifications
You must be signed in to change notification settings - Fork 84
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
mode indicator in terminals #96
Comments
Afaik emacs uses the tty's native cursor to display the cursor, so it would be difficult to implement this. |
This is how I did it for 'xterm', just adapt to whatever
|
Would that be hard to add that to xah-fly-keys or has any disadvantages? |
Terminal emulator's use different ones and IDK anyway to find what terminal you |
When I start emacsclient in from a terminal tty/ssh, the cursor doesn't change between a line and a block depending if I am in command-mode or insert-mode, that makes it very hard to see in which Mode you are you only see the I or C in the left bottom corner.
Can that be somehow fixed (some .Xresources line, or other terminal emulator) or could there be some other indicator be used like changing the color of the cursor as example?
(set-cursor-color) also doesn't change the color in the console, so that workaround would also not work.
The text was updated successfully, but these errors were encountered: