[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.77 and 1.78

version 1.77, 2009/12/03 22:50:10 version 1.78, 2009/12/04 11:01:29
Line 1006 
Line 1006 
         if (tty->cx >= tty->sx)          if (tty->cx >= tty->sx)
                 tty_cursor(tty, 0, tty->cy);                  tty_cursor(tty, 0, tty->cy);
   
         tty->cx = 0;  
         tty->cy = 0;  
   
         tty_putcode2(tty, TTYC_CSR, tty->rupper, tty->rlower);          tty_putcode2(tty, TTYC_CSR, tty->rupper, tty->rlower);
           tty_cursor(tty, 0, 0);
 }  }
   
 /* Move cursor inside pane. */  /* Move cursor inside pane. */

Legend:
Removed from v.1.77  
changed lines
  Added in v.1.78