-
-
Notifications
You must be signed in to change notification settings - Fork 109
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
Colour inversion for terminal cursor #526
Comments
Oh yes, let me fix that ASAP. thanks for pushing me. :-) |
Thanks :-) |
I really struggled in accepting the naming scheme of Alacritty, as much as I tried to be in line with their naming scheme to not confuse users, but |
Improves text cursor rendering and extends cursor configuration accordingly (#526).
@Utkarsh-khambra this is how you can configure it: contour/src/contour/contour.yml Lines 277 to 291 in a008f13
While now being merged to master, CI should have created binary packages already also. Otherwise, I think it's time to make another point release. Enjoy. |
Thanks it works great now :) |
Abstract
When cursor shape is block and cursor is moved over to some character then cursor completely hides the character making it unreadable.
Currently this happens in contour
and this is in alacritty
Motivation
Whenever cursor is moved to some character, the background cell color and text color can be inverted. Alacritty also does this by allowing to set
in config file
Specification
The text was updated successfully, but these errors were encountered: