[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.51 and 1.52

version 1.51, 2009/07/22 21:34:36 version 1.52, 2009/07/23 12:33:48
Line 862 
Line 862 
          * cmdclient is the client which sent the MSG_COMMAND to the server, if           * cmdclient is the client which sent the MSG_COMMAND to the server, if
          * any. This is NULL unless the command came from the command-line.           * any. This is NULL unless the command came from the command-line.
          *           *
          * One of curclient or cmdclient is always NULL and the other not.           * cmdclient and curclient may both be NULL if the command is in the
            * configuration file.
          */           */
         struct client  *curclient;          struct client  *curclient;
         struct session *cursession;          struct session *cursession;

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52