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

ConEmu / Cmder support? #17

Open
nickolay opened this issue Feb 26, 2023 · 1 comment
Open

ConEmu / Cmder support? #17

nickolay opened this issue Feb 26, 2023 · 1 comment

Comments

@nickolay
Copy link

https://conemu.github.io/ is a popular terminal replacement on Windows, which works by hiding the "real console" and re-rendering its contents in a ConEmu window.

ConEmu lets the user set up color schemes, which are applied when drawing to the ConEmu window, so termbg does not detect them, reporting the color of the "real console" instead. Same goes for Cmder, which relies on ConEmu under the hood.

Since ConEmu already has some support for xterm codes, we would probably need ConEmu to add support for querying the color scheme, similarly to microsoft/terminal#3718.

In the meantime, could it be added to the "unsupported" list in the README?

@dalance
Copy link
Owner

dalance commented Feb 27, 2023

I added to the list.

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