[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.6 and 1.7

version 1.6, 2009/06/04 18:48:24 version 1.7, 2009/06/24 05:35:07
Line 1521 
Line 1521 
   
 /* utf8.c */  /* utf8.c */
 void    utf8_build(void);  void    utf8_build(void);
 int     utf8_width(u_char *);  int     utf8_width(const u_char *);
   
 /* util.c */  /* util.c */
 char   *section_string(char *, size_t, size_t, size_t);  char   *section_string(char *, size_t, size_t, size_t);

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7