[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.453 and 1.454

version 1.453, 2014/04/17 09:13:13 version 1.454, 2014/04/17 12:43:38
Line 818 
Line 818 
         u_char                  param_buf[64];          u_char                  param_buf[64];
         size_t                  param_len;          size_t                  param_len;
   
         u_char                  input_buf[256];  #define INPUT_BUF_START 32
   #define INPUT_BUF_LIMIT 1048576
           u_char*                 input_buf;
         size_t                  input_len;          size_t                  input_len;
           size_t                  input_space;
   
         int                     param_list[24]; /* -1 not present */          int                     param_list[24]; /* -1 not present */
         u_int                   param_list_len;          u_int                   param_list_len;

Legend:
Removed from v.1.453  
changed lines
  Added in v.1.454