aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index f7ccb4b7..47cc8aeb 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.386 2009-07-23 13:10:38 tcunha Exp $ */
+/* $Id: tmux.h,v 1.387 2009-07-23 13:25:27 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -861,7 +861,8 @@ struct cmd_ctx {
* 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.
*
- * 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 session *cursession;