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 escape for change background color not work, cont'd #1759

Open
egmontkob opened this issue Sep 17, 2019 · 3 comments
Open

ansi escape for change background color not work, cont'd #1759

egmontkob opened this issue Sep 17, 2019 · 3 comments

Comments

@egmontkob
Copy link

Since I can't reopen an existing issue, let me file a new one as a reminder:

#1455 "ansi escape for change background color not work" has been closed, although it's not fixed. echo -ne '\e]11;#ABCDEF\a' does not update the background color.

COMPILE_VTE_BACKGROUND_COLOR should automatically be enabled if a new enough VTE is detected.

(On a side note, flipping the constant and doing an incremental rebuild is not necessary, a full rebuild is needed. This was reported by someone else, and I confirm it with the meson+ninja build system. This means that some compile dependencies are missing.)

@egmontkob
Copy link
Author

@gnunn1 You might want to reopen the said bug and close this one. That way precious comments are kept at one place, and the right people are notified.

@fboender
Copy link

fboender commented Aug 5, 2021

Confirmed that this is broken in versions after v1.7.7. Downgrading to v1.7.7 fixes this problem.

Changing the background color through a ANSI escape sequence may seem like a small useless feature, but it is the only reliable way I've found so far to change the background color when starting an ssh session. See https://github.com/fboender/sshbg

@the-allanc
Copy link

@fboender If you're interested - I took your sshbg script, adapted it so that it could integrate with Tilix's automatic profile switching as a solution, and also added code to try to determine the current terminal window background. You can find it here.

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

3 participants