Replies: 2 comments 11 replies
-
|
I use this every day so it definitely works. |
Beta Was this translation helpful? Give feedback.
5 replies
-
|
Definitely works. Try running |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am not sure if the info in #1919 is indicating that it's possible to query or set terminal background color.
I'm doing something fancy with changing terminal backgrounds dynamically, it's very useful!
I realized that there is a standard escape sequence to assign bgcolor of terminal from application. So under tmux the natural thing to do would be to set the bgcolor for that pane.
We can already set the color for a given pane explicitly, so the capability is there. Is this supported?
I tried
printf '\033]11;#ff0000\007'in the shell and it works in a plain terminal but not under tmux.Beta Was this translation helpful? Give feedback.
All reactions