Comment 13 for bug 1435905

Revision history for this message
atomi (atomi-g) wrote :

I solved my issue by overriding Cr in tmux as gnome-terminal for whatever reason does not support \033]112\007

set-option -g terminal-overrides ',xterm*:Cr=\E]12;gray\007'

https://github.com/tmux/tmux/issues/266