Doh, try this:

Index: status.c
===================================================================
RCS file: /cvs/src/usr.bin/tmux/status.c,v
retrieving revision 1.74
diff -u -p -r1.74 status.c
--- status.c    24 Apr 2011 21:32:07 -0000      1.74
+++ status.c    27 Apr 2011 07:28:20 -0000
@@ -642,7 +642,7 @@ status_job_callback(struct job *job)
                buf = xstrdup(line);
 
        so->out = buf;
-       server_redraw_client(c);
+       server_status_client(c);
 }
 
 /* Return winlink status line entry and adjust gc as necessary. */



On Wed, Apr 27, 2011 at 08:04:15AM +0200, LEVAI Daniel wrote:
> On Tue, Apr 26, 2011 at 18:12:11 +0100, Nicholas Marriott wrote:
> > On Tue, Apr 26, 2011 at 09:50:02AM +0200, LEVAI Daniel wrote:
> > > On Sat, Apr 23, 2011 at 21:54:16 +0100, Nicholas Marriott wrote:
> > > > hmmm i can't reproduce. can you do the same script dance with "tmux
> > > > -vvvv -Ltest -f/dev/null" and see if it is redrawing the screen all the
> > > > same there too?
> > > No it doesn not. I've attached the new typescript output too.
> > 
> > Can you figure out what in your .tmux.conf causes this? Something in
> > status-left or status-right I would guess.
> Yes, you're absolutely right. It seems, that it is merely that fact,
> that I'm using a #() command execution for the status line.
> With this line in .tmux.conf:
> set-option -g status-right "#(cat /dev/null)"
> the symptoms are the same.
> When I remove the #() part, it starts to work normally.
> 
> 
> Daniel
> 
> -- 
> L?VAI D?niel
> PGP key ID = 0x83B63A8F
> Key fingerprint = DBEC C66B A47A DFA2 792D  650C C69B BE4C 83B6 3A8F

------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to