[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.1064 and 1.1065

version 1.1064, 2020/06/05 09:32:15 version 1.1065, 2020/06/05 11:20:51
Line 928 
Line 928 
         u_int            sx;          u_int            sx;
         u_int            sy;          u_int            sy;
   
         u_int            osx;  
         u_int            osy;  
   
         u_int            xoff;          u_int            xoff;
         u_int            yoff;          u_int            yoff;
   
Line 951 
Line 948 
 #define PANE_STATUSDRAWN 0x400  #define PANE_STATUSDRAWN 0x400
 #define PANE_EMPTY 0x800  #define PANE_EMPTY 0x800
 #define PANE_STYLECHANGED 0x1000  #define PANE_STYLECHANGED 0x1000
 #define PANE_RESIZED 0x2000  #define PANE_RESIZENOW 0x2000
   
         int              argc;          int              argc;
         char           **argv;          char           **argv;
Line 969 
Line 966 
         size_t           base_offset;          size_t           base_offset;
   
         struct event     resize_timer;          struct event     resize_timer;
           struct event     force_timer;
   
         struct input_ctx *ictx;          struct input_ctx *ictx;
   

Legend:
Removed from v.1.1064  
changed lines
  Added in v.1.1065