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

terminal: RIS should reset tabstops, ESC ? W should reset every 8 #649

Merged
merged 2 commits into from
Oct 10, 2023

Conversation

mitchellh
Copy link
Contributor

Fixes #648

Two issues here:

  • RIS should've been resetting the tabstops to every 8, but was
    clearing all tabstops.

  • ESC ? W should've reset tabstops to every 8, but was clearing
    all tabstops.

Fixes #648

Two issues here:

  - RIS should've been resetting the tabstops to every 8, but was
    clearing all tabstops.

  - `ESC ? W` should've reset tabstops to every 8, but was clearing
    all tabstops.
@mitchellh
Copy link
Contributor Author

Note: I didn't add new unit tests for this because both of the affected sequences will get full unit test coverage soon as part of #632

@mitchellh mitchellh merged commit 21ec39e into main Oct 10, 2023
@mitchellh mitchellh deleted the ris-tabs branch October 10, 2023 16:16
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.

Git output misalligned
1 participant