[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.932 and 1.933

version 1.932, 2019/11/15 11:16:53 version 1.933, 2019/11/25 15:04:15
Line 2638 
Line 2638 
 char            *utf8_tocstr(struct utf8_data *);  char            *utf8_tocstr(struct utf8_data *);
 u_int            utf8_cstrwidth(const char *);  u_int            utf8_cstrwidth(const char *);
 char            *utf8_padcstr(const char *, u_int);  char            *utf8_padcstr(const char *, u_int);
   char            *utf8_rpadcstr(const char *, u_int);
 int              utf8_cstrhas(const char *, const struct utf8_data *);  int              utf8_cstrhas(const char *, const struct utf8_data *);
   
 /* procname.c */  /* procname.c */

Legend:
Removed from v.1.932  
changed lines
  Added in v.1.933