[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.1041 and 1.1042

version 1.1041, 2020/05/16 16:20:59 version 1.1042, 2020/05/16 16:22:01
Line 796 
Line 796 
 struct screen_write_ctx {  struct screen_write_ctx {
         struct window_pane      *wp;          struct window_pane      *wp;
         struct screen           *s;          struct screen           *s;
         int                      sync;  
           int                      flags;
   #define SCREEN_WRITE_SYNC 0x1
   
         screen_write_init_ctx_cb init_ctx_cb;          screen_write_init_ctx_cb init_ctx_cb;
         void                    *arg;          void                    *arg;

Legend:
Removed from v.1.1041  
changed lines
  Added in v.1.1042