aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2021-09-09 13:38:32 +0000
committernicm <nicm>2021-09-09 13:38:32 +0000
commit34312fd6ee8992ce8d13ec63b074466d5f624acc (patch)
tree4106c6072041d97e80893ad4afba794168fa76de /tmux.h
parent5a4b2fd68c19be99d37b2a3dc9d0bfd7959d1843 (diff)
downloadrtmux-34312fd6ee8992ce8d13ec63b074466d5f624acc.tar.gz
rtmux-34312fd6ee8992ce8d13ec63b074466d5f624acc.tar.bz2
rtmux-34312fd6ee8992ce8d13ec63b074466d5f624acc.zip
Expand argument to run-shell again.
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 ca67fd03..7a77cdae 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2234,7 +2234,7 @@ struct args_value *args_values(struct args *);
struct args_value *args_value(struct args *, u_int);
const char *args_string(struct args *, u_int);
struct cmd_list *args_make_commands_now(struct cmd *, struct cmdq_item *,
- u_int);
+ u_int, int);
struct args_command_state *args_make_commands_prepare(struct cmd *,
struct cmdq_item *, u_int, const char *, int, int);
struct cmd_list *args_make_commands(struct args_command_state *, int, char **,