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

Mark before and after cursor rows dirty when changed #2582

Merged
merged 1 commit into from
Nov 24, 2019

Conversation

Tyriar
Copy link
Member

@Tyriar Tyriar commented Nov 24, 2019

The DOM renderer renders the cursor as part of the content, not on a
separate layer, so it needs to be marked dirty to draw.

Fixes #2581

The DOM renderer renders the cursor as part of the content, not on a
separate layer, so it needs to be marked dirty to draw.

Fixes xtermjs#2581
@Tyriar Tyriar added this to the 4.3.0 milestone Nov 24, 2019
@Tyriar Tyriar merged commit 397d053 into xtermjs:master Nov 24, 2019
@Tyriar Tyriar deleted the 2581_cursor branch November 24, 2019 19:22
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

Successfully merging this pull request may close these issues.

Cursor disappears when using vim with DOM renderer
1 participant