-
Notifications
You must be signed in to change notification settings - Fork 644
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
Git output misalligned #648
Comments
Reproduced it, thanks looking into it |
mitchellh
added a commit
that referenced
this issue
Oct 10, 2023
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
added a commit
that referenced
this issue
Oct 10, 2023
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
added a commit
that referenced
this issue
Oct 10, 2023
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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Somehow, the terminal is getting out of sync.
Details
CPU/OS: M1, M2 MacOS and x86_64 linux
Shell: Fish
Repro Steps
Then quit the watch with Ctrl-C.
From then on,
git status
will display incorrectly aligned.Running
reset
fixes the issue.After running
reset
the same steps will NOT reproduce the issue.From what I can tell, needs a fresh tab or window to trigger.
Resources
package.json
The text was updated successfully, but these errors were encountered: