[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.1090 and 1.1091

version 1.1090, 2021/02/11 09:39:29 version 1.1091, 2021/02/15 09:39:38
Line 2526 
Line 2526 
 int      colour_fromstring(const char *s);  int      colour_fromstring(const char *s);
 int      colour_256toRGB(int);  int      colour_256toRGB(int);
 int      colour_256to16(int);  int      colour_256to16(int);
   int      colour_byname(const char *);
   
 /* attributes.c */  /* attributes.c */
 const char *attributes_tostring(int);  const char *attributes_tostring(int);

Legend:
Removed from v.1.1090  
changed lines
  Added in v.1.1091