[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.97 and 1.98

version 1.97, 2009/09/02 20:00:10 version 1.98, 2009/09/02 20:15:49
Line 973 
Line 973 
                 CCTX_DETACH,                  CCTX_DETACH,
                 CCTX_EXIT,                  CCTX_EXIT,
                 CCTX_DIED,                  CCTX_DIED,
                 CCTX_SHUTDOWN,                  CCTX_SHUTDOWN
                 CCTX_ERROR  
         } exittype;          } exittype;
         const char      *errstr;          const char      *errstr;
 };  };

Legend:
Removed from v.1.97  
changed lines
  Added in v.1.98