aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2017-06-09 15:29:15 +0000
committernicm <nicm>2017-06-09 15:29:15 +0000
commitbab4da51334499d1e3e43ad155f2f8da6ad0eb76 (patch)
tree83d04410966d3d4cecb6fe92680faec723245087 /tmux.h
parent3ec28ceb9bc4f4f3c186d8006b3ab0c776714fa5 (diff)
downloadrtmux-bab4da51334499d1e3e43ad155f2f8da6ad0eb76.tar.gz
rtmux-bab4da51334499d1e3e43ad155f2f8da6ad0eb76.tar.bz2
rtmux-bab4da51334499d1e3e43ad155f2f8da6ad0eb76.zip
Add -O option to choose-* to set initial sort order.
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 f1d150df..05d111a3 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2201,7 +2201,7 @@ void mode_tree_each_tagged(struct mode_tree_data *, void (*)(void *, void *,
key_code), key_code, int);
void mode_tree_up(struct mode_tree_data *, int);
void mode_tree_down(struct mode_tree_data *, int);
-struct mode_tree_data *mode_tree_start(struct window_pane *,
+struct mode_tree_data *mode_tree_start(struct window_pane *, struct args *,
void (*)(void *, u_int, uint64_t *), struct screen *(*)(void *,
void *, u_int, u_int), int (*)(void *, void *, const char *),
void *, const char **, u_int, struct screen **);