[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.1107 and 1.1108

version 1.1107, 2021/06/10 07:38:28 version 1.1108, 2021/06/10 07:43:44
Line 2749 
Line 2749 
              const struct grid_cell *);               const struct grid_cell *);
 void     screen_alternate_on(struct screen *, struct grid_cell *, int);  void     screen_alternate_on(struct screen *, struct grid_cell *, int);
 void     screen_alternate_off(struct screen *, struct grid_cell *, int);  void     screen_alternate_off(struct screen *, struct grid_cell *, int);
   const char *screen_mode_to_string(int);
   
 /* window.c */  /* window.c */
 extern struct windows windows;  extern struct windows windows;

Legend:
Removed from v.1.1107  
changed lines
  Added in v.1.1108