[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.292 and 1.293

version 1.292, 2017/07/21 22:55:45 version 1.293, 2017/08/21 21:01:21
Line 1609 
Line 1609 
         }          }
   
         /* Zero on the next line. */          /* Zero on the next line. */
         if (cx == 0 && cy == thisy + 1 && thisy != tty->rlower) {          if (cx == 0 && cy == thisy + 1 && thisy != tty->rlower &&
               (!tty_use_margin(tty) || tty->rleft == 0)) {
                 tty_putc(tty, '\r');                  tty_putc(tty, '\r');
                 tty_putc(tty, '\n');                  tty_putc(tty, '\n');
                 goto out;                  goto out;

Legend:
Removed from v.1.292  
changed lines
  Added in v.1.293