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

Diff for /src/usr.bin/tmux/tty.c between version 1.69 and 1.70

version 1.69, 2009/11/09 22:50:29 version 1.70, 2009/11/12 08:05:23
Line 711 
Line 711 
                 return;                  return;
   
         if (wp->xoff != 0 || screen_size_x(s) < tty->sx ||          if (wp->xoff != 0 || screen_size_x(s) < tty->sx ||
             !tty_term_has(tty->term, TTYC_CSR)) {              !tty_term_has(tty->term, TTYC_CSR) ||
               !tty_term_has(tty->term, TTYC_RI)) {
                 tty_redraw_region(tty, ctx);                  tty_redraw_region(tty, ctx);
                 return;                  return;
         }          }

Legend:
Removed from v.1.69  
changed lines
  Added in v.1.70