[BACK]Return to status.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/status.c between version 1.106 and 1.107

version 1.106, 2013/07/05 14:41:36 version 1.107, 2013/07/05 14:44:06
Line 142 
Line 142 
   
         x += c->wlmouse;          x += c->wlmouse;
         RB_FOREACH(wl, winlinks, &s->windows) {          RB_FOREACH(wl, winlinks, &s->windows) {
                 if (x < wl->status_width &&                  if (x < wl->status_width && session_select(s, wl->idx) == 0)
                         session_select(s, wl->idx) == 0) {  
                         server_redraw_session(s);                          server_redraw_session(s);
                 }  
                 x -= wl->status_width + 1;                  x -= wl->status_width + 1;
         }          }
 }  }

Legend:
Removed from v.1.106  
changed lines
  Added in v.1.107