[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.27 and 1.28

version 1.27, 2009/07/13 23:11:35 version 1.28, 2009/07/14 07:23:36
Line 48 
Line 48 
 #define PROMPT_HISTORY 100  #define PROMPT_HISTORY 100
   
 /* Minimum pane size. */  /* Minimum pane size. */
 #define PANE_MINIMUM 4  /* includes separator line */  #define PANE_MINIMUM 5  /* includes separator line */
   
 /* Automatic name refresh interval, in milliseconds. */  /* Automatic name refresh interval, in milliseconds. */
 #define NAME_INTERVAL 500  #define NAME_INTERVAL 500
Line 600 
Line 600 
         u_int            yoff;          u_int            yoff;
   
         int              flags;          int              flags;
 #define PANE_HIDDEN 0x1  #define PANE_REDRAW 0x1
 #define PANE_REDRAW 0x2  
   
         char            *cmd;          char            *cmd;
         char            *cwd;          char            *cwd;
Line 1454 
Line 1453 
 void             window_pane_key(struct window_pane *, struct client *, int);  void             window_pane_key(struct window_pane *, struct client *, int);
 void             window_pane_mouse(struct window_pane *,  void             window_pane_mouse(struct window_pane *,
                      struct client *, u_char, u_char, u_char);                       struct client *, u_char, u_char, u_char);
   int              window_pane_visible(struct window_pane *);
 char            *window_pane_search(  char            *window_pane_search(
                      struct window_pane *, const char *, u_int *);                       struct window_pane *, const char *, u_int *);
   

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28