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

Diff for /src/usr.bin/tmux/utf8.c between version 1.24 and 1.25

version 1.24, 2015/11/14 12:03:23 version 1.25, 2015/11/20 22:02:54
Line 355 
Line 355 
         u_int   i;          u_int   i;
   
         *ud->data = ch;          *ud->data = ch;
           ud->have = 1;
         ud->size = 1;          ud->size = 1;
   
         ud->width = 1;          ud->width = 1;

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25