[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.384 and 1.385

version 1.384, 2013/03/22 10:33:50 version 1.385, 2013/03/22 10:37:39
Line 1171 
Line 1171 
   
         u_int   sgr;            /* whether the input arrived in SGR format */          u_int   sgr;            /* whether the input arrived in SGR format */
         u_int   sgr_xb;         /* only for SGR: the unmangled button */          u_int   sgr_xb;         /* only for SGR: the unmangled button */
         u_int   sgr_rel;        /* only for SGR: whether it is a release event */          u_int   sgr_rel;        /* only for SGR: if it is a release event */
   
         u_int   button;          u_int   button;
         u_int   clicks;          u_int   clicks;
Line 2167 
Line 2167 
 void             layout_init(struct window *);  void             layout_init(struct window *);
 void             layout_free(struct window *);  void             layout_free(struct window *);
 void             layout_resize(struct window *, u_int, u_int);  void             layout_resize(struct window *, u_int, u_int);
 void             layout_resize_pane(  void             layout_resize_pane(struct window_pane *, enum layout_type,
                      struct window_pane *, enum layout_type, int);                       int);
 void             layout_resize_pane_mouse(struct client *c);  void             layout_resize_pane_to(struct window_pane *, enum layout_type,
                        u_int);
   void             layout_resize_pane_mouse(struct client *);
 void             layout_assign_pane(struct layout_cell *, struct window_pane *);  void             layout_assign_pane(struct layout_cell *, struct window_pane *);
 struct layout_cell *layout_split_pane(  struct layout_cell *layout_split_pane(
                      struct window_pane *, enum layout_type, int, int);                       struct window_pane *, enum layout_type, int, int);

Legend:
Removed from v.1.384  
changed lines
  Added in v.1.385