[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.915 and 1.916

version 1.915, 2019/06/26 13:03:47 version 1.916, 2019/06/27 15:17:41
Line 427 
Line 427 
         TTYC_SETAF,          TTYC_SETAF,
         TTYC_SETRGBB,          TTYC_SETRGBB,
         TTYC_SETRGBF,          TTYC_SETRGBF,
           TTYC_SETULC,
         TTYC_SGR0,          TTYC_SGR0,
         TTYC_SITM,          TTYC_SITM,
         TTYC_SMACS,          TTYC_SMACS,
Line 599 
Line 600 
         u_short                 attr;          u_short                 attr;
         int                     fg;          int                     fg;
         int                     bg;          int                     bg;
           int                     us;
         struct utf8_data        data;          struct utf8_data        data;
 };  };
 struct grid_cell_entry {  struct grid_cell_entry {
Line 2194 
Line 2196 
 void     colour_split_rgb(int, u_char *, u_char *, u_char *);  void     colour_split_rgb(int, u_char *, u_char *, u_char *);
 const char *colour_tostring(int);  const char *colour_tostring(int);
 int      colour_fromstring(const char *s);  int      colour_fromstring(const char *s);
 u_char   colour_256to16(u_char);  int      colour_256toRGB(int);
   int      colour_256to16(int);
   
 /* attributes.c */  /* attributes.c */
 const char *attributes_tostring(int);  const char *attributes_tostring(int);

Legend:
Removed from v.1.915  
changed lines
  Added in v.1.916