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

fix(compatibility): htop horizontal scrolling #81

Merged
merged 2 commits into from
Dec 4, 2020

Conversation

imsnif
Copy link
Member

@imsnif imsnif commented Dec 4, 2020

This fixes htop left/right scrolling by addressing an issue with the P csi dispatch. This event means to delete a certain count of characters at the cursor.

Before we treated it like the X csi dispatch which deletes characters at the cursor and replaces them with empty characters. This event should delete those characters, shifting all other characters in the line left (and padding the end of the line with empty characters of the current style).

@imsnif imsnif merged commit a56cb3c into zellij-org:main Dec 4, 2020
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.

None yet

1 participant