Ian, Are you echoing using a simple text string… set -g status-right "text" …a system call... set -g status-right '#( echo "text" )' …or a terminal echo string… $printf "\033]2;text\033\\" ...or perhaps something else?
I recall seeing something like this issue when updating elements flush to the right edge of the screen. I think I just rearranged the elements of the statusbar to keep the clock (with timezone) always on the right. set-option -g status-right " #[fg=cyan]#36T#[fg=colour238]|#[fg=yellow]%H:%M:%S %a %d-%b %Z" -Adrian On Nov 4, 2012, at 7:53 PM, ian m <ianisthewal...@yahoo.com> wrote: > Hello, > > For my tmux statusbar, I call some scripts to echo some text to the status > right. This however results in some glitched text to the far right side of > the statusbar. For each character that is echoed, I get an extra glitched > character on the statusbar. The character seems to be whatever was previously > ocupying that character before. It is usually my clock, so I will get for > example 4:2424 if I echo two characters. If I disable the statusbar, and > reenable it, the characters are just orange from the tmux comandline. > Attempting to limit the length of the status right only limits the real > characters. The glitches are still tacked on the end afterwards. > > > Why is this happening, and how can I prevent this from occurring? Thanks for > any help! > > Ian > > > ------------------------------------------------------------------------------ > LogMeIn Central: Instant, anywhere, Remote PC access and management. > Stay in control, update software, and manage PCs from one command center > Diagnose problems and improve visibility into emerging IT issues > Automate, monitor and manage. Do more in less time with Central > http://p.sf.net/sfu/logmein12331_d2d > _______________________________________________ > tmux-users mailing list > tmux-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/tmux-users
smime.p7s
Description: S/MIME cryptographic signature
------------------------------------------------------------------------------ LogMeIn Central: Instant, anywhere, Remote PC access and management. Stay in control, update software, and manage PCs from one command center Diagnose problems and improve visibility into emerging IT issues Automate, monitor and manage. Do more in less time with Central http://p.sf.net/sfu/logmein12331_d2d
_______________________________________________ tmux-users mailing list tmux-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tmux-users