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
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 w
On Sat, Nov 03, 2012 at 02:15:20PM +0900, Kazuhiko Sakaguchi wrote:
> Hi all.
>
> I wrote a script to maximize and restore panes in tmux. It's similar
> to the tmux-zoom.
>
> https://gist.github.com/3901976
>
> Idea of tmux-zoom is awesome, but it has some problems.
> - If title of the zoomed p
I am looking forward to checking this out i was thinking of using
something like this to have callbacks into ython code from other
commands and this solves it! :)
On 4 November 2012 01:22, Thomas Adam wrote:
> Suggested patch on how to implement before/after hook support.
> ---
> Makefile.am