aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2020-04-13 22:01:30 +0100
committerThomas Adam <thomas@xteddy.org>2020-04-13 22:01:30 +0100
commit2159ff3256df4b823dfaed24e64047249cf079c2 (patch)
tree5652805f202533dd5367bac6659bcf1d558a9348 /tmux.h
parentacc00cd13a767067f85ed27d52ad543c9a58869c (diff)
parent187277eaadc4a675659bf7ede88f50bfe6cc7be9 (diff)
downloadrtmux-2159ff3256df4b823dfaed24e64047249cf079c2.tar.gz
rtmux-2159ff3256df4b823dfaed24e64047249cf079c2.tar.bz2
rtmux-2159ff3256df4b823dfaed24e64047249cf079c2.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 659bf1ad..908a5d1d 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2091,6 +2091,12 @@ void cmd_parse_empty(struct cmd_parse_input *);
struct cmd_parse_result *cmd_parse_from_file(FILE *, struct cmd_parse_input *);
struct cmd_parse_result *cmd_parse_from_string(const char *,
struct cmd_parse_input *);
+enum cmd_parse_status cmd_parse_and_insert(const char *,
+ struct cmd_parse_input *, struct cmdq_item *,
+ struct cmdq_state *, char **);
+enum cmd_parse_status cmd_parse_and_append(const char *,
+ struct cmd_parse_input *, struct client *,
+ struct cmdq_state *, char **);
struct cmd_parse_result *cmd_parse_from_buffer(const void *, size_t,
struct cmd_parse_input *);
struct cmd_parse_result *cmd_parse_from_arguments(int, char **,