[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.328 and 1.329

version 1.328, 2012/04/11 06:16:14 version 1.329, 2012/04/25 21:12:49
Line 777 
Line 777 
 #define INPUT_DISCARD 0x1  #define INPUT_DISCARD 0x1
   
         const struct input_state *state;          const struct input_state *state;
   
           /*
            * All input received since we were last in the ground state. Sent to
            * control clients on connection.
            */
           struct evbuffer         *since_ground;
 };  };
   
 /*  /*

Legend:
Removed from v.1.328  
changed lines
  Added in v.1.329