[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.353 and 1.354

version 1.353, 2020/04/17 21:33:18 version 1.354, 2020/04/17 22:16:28
Line 2151 
Line 2151 
         u_int            thisx, thisy;          u_int            thisx, thisy;
         int              change;          int              change;
   
           if (tty->flags & TTY_BLOCK)
                   return;
   
         if (cx > tty->sx - 1)          if (cx > tty->sx - 1)
                 cx = tty->sx - 1;                  cx = tty->sx - 1;
   

Legend:
Removed from v.1.353  
changed lines
  Added in v.1.354