aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2015-12-11 12:27:36 +0000
committernicm <nicm>2015-12-11 12:27:36 +0000
commit01831da5f5dd2a1b7622ad421a757cacedbdfc59 (patch)
treec366c7371b12b5633c551cb9862cb9068bff93c6 /tmux.h
parente0f26dcda36dc35741da6047a11efb853b3137d9 (diff)
downloadrtmux-01831da5f5dd2a1b7622ad421a757cacedbdfc59.tar.gz
rtmux-01831da5f5dd2a1b7622ad421a757cacedbdfc59.tar.bz2
rtmux-01831da5f5dd2a1b7622ad421a757cacedbdfc59.zip
Add cmdq as an argument to format_create and add a format for the
command name (will also be used for more later).
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 5df72052..082c9068 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1492,7 +1492,7 @@ char *paste_make_sample(struct paste_buffer *);
#define FORMAT_STATUS 0x1
#define FORMAT_FORCE 0x2
struct format_tree;
-struct format_tree *format_create(int);
+struct format_tree *format_create(struct cmd_q *, int);
void format_free(struct format_tree *);
void printflike(3, 4) format_add(struct format_tree *, const char *,
const char *, ...);