[Bug 1435905] Re: gnome-terminal randomly outputs control characters

2016-01-13 Thread atomi
"xterm escape sequence for cursor colors works with or without tmux." I meant the actual xterm terminal here. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu. https://bugs.launchpad.net/bugs/1435905 Title:

[Bug 1435905] Re: gnome-terminal randomly outputs control characters

2016-01-13 Thread atomi
Similar thing happens when using an escape sequence to change cursor color ie. echo -ne "\e]12;orange1\a". on Gnome Terminal 3.6.2 (and RoxTerm too) but only when attached to a tmux session. xterm escape sequence for cursor colors works with or without tmux. Attached shows character and 112

[Bug 1435905] Re: gnome-terminal randomly outputs control characters

2016-01-13 Thread atomi
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 -- You received this bug notification because you are a member of Ubuntu Desktop