-
Notifications
You must be signed in to change notification settings - Fork 400
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
🐛 Printing special terminal control characters "^[]11;rgb:0000/0000/0000^G" #1707
Comments
Hmm looks like something is going wrong with the dark/light mode detection introduced in #1615. As a workaround you can disable this by passing [interactive]
diffFilter = delta --color-only --dark This is likely a bug in either |
That did it, thank you! |
This should be fixed now that 0.18.0 has been released. Automatic color detection is now disabled in screen, so the |
Nice, thanks @bash! |
.gitconfig has
Running normally is fine.
But once in GNU screen,
git diff
results in extra chars being printed before and after the prompt:(Similar strangeness happening with using as pager.)
The text was updated successfully, but these errors were encountered: