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

Diff for /src/usr.bin/tmux/grid.c between version 1.107 and 1.108

version 1.107, 2020/05/16 14:53:23 version 1.108, 2020/05/16 15:49:20
Line 1285 
Line 1285 
   
                 /*                  /*
                  * If the line is exactly right or the first character is wider                   * If the line is exactly right or the first character is wider
                  * than the targe width, just move it across unchanged.                   * than the target width, just move it across unchanged.
                  */                   */
                 if (width == sx || first > sx) {                  if (width == sx || first > sx) {
                         grid_reflow_move(target, gl);                          grid_reflow_move(target, gl);

Legend:
Removed from v.1.107  
changed lines
  Added in v.1.108