muesli / termenv

Advanced ANSI style & color support for your terminal applications
MIT License
1.76k stars 73 forks source link

fix(output): tmux supports OSC 10 & 11 #123

Open aymanbagabas opened 1 year ago

aymanbagabas commented 1 year ago

Tmux supports OSC 10 & 11 since tmux 2.6 https://github.com/tmux/tmux/blob/b55f34029ac05474dfd993c187b9c61bbcd4e1a1/CHANGES#L1164

muesli commented 1 year ago

We need to be careful here: tmux supports setting the colors now via 10/11, but querying is still impossible (multiple terminals connected can have diverging color settings).