=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- src/usr.bin/tmux/tmux.h 2009/07/22 21:34:36 1.51 +++ src/usr.bin/tmux/tmux.h 2009/07/23 12:33:48 1.52 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.51 2009/07/22 21:34:36 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.52 2009/07/23 12:33:48 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -862,7 +862,8 @@ * 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;