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

Diff for /src/usr.bin/tmux/tmux.h between version 1.572 and 1.573

version 1.572, 2015/11/12 11:09:11 version 1.573, 2015/11/12 11:10:50
Line 2189 
Line 2189 
 int              utf8_split(u_int, struct utf8_data *);  int              utf8_split(u_int, struct utf8_data *);
 u_int            utf8_split2(u_int, u_char *);  u_int            utf8_split2(u_int, u_char *);
 int              utf8_strvis(char *, const char *, size_t, int);  int              utf8_strvis(char *, const char *, size_t, int);
   char            *utf8_sanitize(const char *);
 struct utf8_data *utf8_fromcstr(const char *);  struct utf8_data *utf8_fromcstr(const char *);
 char            *utf8_tocstr(struct utf8_data *);  char            *utf8_tocstr(struct utf8_data *);
 u_int            utf8_cstrwidth(const char *);  u_int            utf8_cstrwidth(const char *);

Legend:
Removed from v.1.572  
changed lines
  Added in v.1.573