Open aymanbagabas opened 1 year ago
Tmux supports OSC 10 & 11 since tmux 2.6 https://github.com/tmux/tmux/blob/b55f34029ac05474dfd993c187b9c61bbcd4e1a1/CHANGES#L1164
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).
Tmux supports OSC 10 & 11 since tmux 2.6 https://github.com/tmux/tmux/blob/b55f34029ac05474dfd993c187b9c61bbcd4e1a1/CHANGES#L1164