diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-30 05:34:06 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-30 05:34:06 +0000 |
commit | 797f04b6488ff036a32a9321e81f0e5b4170f26a (patch) | |
tree | 17a88b44acfa3f292196adb8dfd169e79883a73e /tmux.h | |
parent | b881ff91f29dff6c13a53dc536f18d1efcd3726e (diff) | |
download | rtmux-797f04b6488ff036a32a9321e81f0e5b4170f26a.tar.gz rtmux-797f04b6488ff036a32a9321e81f0e5b4170f26a.tar.bz2 rtmux-797f04b6488ff036a32a9321e81f0e5b4170f26a.zip |
Document buffer stuff.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.171 2008-06-29 07:04:31 nicm Exp $ */ +/* $Id: tmux.h,v 1.172 2008-06-30 05:34:06 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -1012,9 +1012,9 @@ void cmd_srcdst_send(struct cmd *, struct buffer *); void cmd_srcdst_recv(struct cmd *, struct buffer *); void cmd_srcdst_free(struct cmd *); void cmd_srcdst_print(struct cmd *, char *, size_t); -#define CMD_BUFFER_WINDOW_USAGE "[-b index] [-t target-window]" -#define CMD_BUFFER_SESSION_USAGE "[-b index] [-t target-session]" -#define CMD_BUFFER_CLIENT_USAGE "[-b index] [-t target-client]" +#define CMD_BUFFER_WINDOW_USAGE "[-b buffer-index] [-t target-window]" +#define CMD_BUFFER_SESSION_USAGE "[-b buffer-index] [-t target-session]" +#define CMD_BUFFER_CLIENT_USAGE "[-b buffer-index] [-t target-client]" void cmd_buffer_init(struct cmd *, int); int cmd_buffer_parse(struct cmd *, int, char **, char **); void cmd_buffer_exec(struct cmd *, struct cmd_ctx *); |