[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.573 and 1.574

version 1.573, 2015/11/12 11:10:50 version 1.574, 2015/11/12 12:19:57
Line 2181 
Line 2181 
 void             session_renumber_windows(struct session *);  void             session_renumber_windows(struct session *);
   
 /* utf8.c */  /* utf8.c */
 void             utf8_build(void);  u_int            utf8_width(u_int);
 void             utf8_set(struct utf8_data *, u_char);  void             utf8_set(struct utf8_data *, u_char);
 int              utf8_open(struct utf8_data *, u_char);  int              utf8_open(struct utf8_data *, u_char);
 int              utf8_append(struct utf8_data *, u_char);  int              utf8_append(struct utf8_data *, u_char);

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