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

Diff for /src/usr.bin/tmux/input.c between version 1.118 and 1.119

version 1.118, 2017/03/22 07:16:54 version 1.119, 2017/04/22 08:33:28
Line 2011 
Line 2011 
             (int)ud->size, ud->data, ud->width);              (int)ud->size, ud->data, ud->width);
   
         utf8_copy(&ictx->cell.cell.data, ud);          utf8_copy(&ictx->cell.cell.data, ud);
         screen_write_cell(&ictx->ctx, &ictx->cell.cell);          screen_write_collect_add(&ictx->ctx, &ictx->cell.cell);
   
         return (0);          return (0);
 }  }

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