[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.117 and 1.118

version 1.117, 2012/03/12 12:38:42 version 1.118, 2012/03/12 12:43:18
Line 588 
Line 588 
         tty_reset(tty);          tty_reset(tty);
   
         tty_cursor(tty, ox + sx, oy + py);          tty_cursor(tty, ox + sx, oy + py);
         if (ox + sx + screen_size_x(s) >= tty->sx &&          if (ox + screen_size_x(s) >= tty->sx &&
             tty_term_has(tty->term, TTYC_EL))              tty_term_has(tty->term, TTYC_EL))
                 tty_putcode(tty, TTYC_EL);                  tty_putcode(tty, TTYC_EL);
         else {          else {

Legend:
Removed from v.1.117  
changed lines
  Added in v.1.118