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

ANSI escaping not properly for git bash #408

Open
sascha-meissner opened this issue Nov 9, 2023 · 1 comment
Open

ANSI escaping not properly for git bash #408

sascha-meissner opened this issue Nov 9, 2023 · 1 comment

Comments

@sascha-meissner
Copy link

sascha-meissner commented Nov 9, 2023

Hello, i´m using termius for a long time with git bash on windows, i ignored this bug a long time but now i feel to create an issue for this, i´m not sure if this is related to other issues related to the "upstream winpty's issue".
AFAIS mine is a bit diferrent.

I´m using symfony console commands and neither the color escaping nor autocomplete stuff seem to work properly, while it does in the original git bash, here´s my shell configuration:

        {
            "name": "Git Bash",
            "cmd": ["C:\\Program Files\\Git\\bin\\sh.exe"],
            "env": {},
            "enable": true,
            "default" : true,
            "platforms": ["windows"]
        }

And here is how it should look like:

image

And here is how it looks:

image

@randy3k
Copy link
Owner

randy3k commented Jan 18, 2024

Try changing the setting "unix_term" to "xterm" or "xterm-256color"

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

No branches or pull requests

2 participants