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

Diff for /src/usr.bin/tmux/server.c between version 1.55 and 1.56

version 1.55, 2009/10/11 10:04:27 version 1.56, 2009/10/12 09:09:35
Line 1050 
Line 1050 
          * tty_region/tty_reset/tty_update_mode already take care of not           * tty_region/tty_reset/tty_update_mode already take care of not
          * resetting things that are already in their default state.           * resetting things that are already in their default state.
          */           */
           tty_region_absolute(&c->tty, 0, c->tty.sy - 1);
   
         status = options_get_number(oo, "status");          status = options_get_number(oo, "status");
         tty_region(&c->tty, 0, c->tty.sy - 1, 0);  
         if (!window_pane_visible(wp) || wp->yoff + s->cy >= c->tty.sy - status)          if (!window_pane_visible(wp) || wp->yoff + s->cy >= c->tty.sy - status)
                 tty_cursor(&c->tty, 0, 0, 0, 0);                  tty_cursor(&c->tty, 0, 0, 0, 0);
         else          else

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56