Whoops, yes this is a bug. Doh.
I've committed a fix to make it only redraw once when the timer is non-zero and
reset it to zero afterwards (otherwise it would keep redrawing every second
when locked).
Thanks.
On Sat, Sep 05, 2009 at 01:59:04AM +0200, Simon Nicolussi wrote:
> Hi,
>
> one of th
Simon Nicolussi wrote:
> one of the recent changes to tmux has the unintented side-effect
> that all clients are being redrawn every second. This is visible
> for people with slow terminals and furthermore makes copying
> text with the mouse quite tricky. Here's a trivial fix:
You will also notice
Simon Nicolussi wrote on Sat 5.Sep'09 at
1:59:04 +0200
> Hi,
>
> one of the recent changes to tmux has the unintented side-effect that
> all clients are being redrawn every second. This is visible for people
> with slow terminals and furthermore makes copying text with the mouse
> quite trick
Hi,
one of the recent changes to tmux has the unintented side-effect that
all clients are being redrawn every second. This is visible for people
with slow terminals and furthermore makes copying text with the mouse
quite tricky. Here's a trivial fix:
Index: server.c
==