aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2017-06-09 16:01:39 +0000
committernicm <nicm>2017-06-09 16:01:39 +0000
commitadcd5aff6fb86036ef736c10b04005da77a465f6 (patch)
tree63044c2a228982fc14a8bc105b28a7ba420f8a64 /tmux.h
parentbab4da51334499d1e3e43ad155f2f8da6ad0eb76 (diff)
downloadrtmux-adcd5aff6fb86036ef736c10b04005da77a465f6.tar.gz
rtmux-adcd5aff6fb86036ef736c10b04005da77a465f6.tar.bz2
rtmux-adcd5aff6fb86036ef736c10b04005da77a465f6.zip
Extend filters (f key) to buffer and client mode and add -f flag to
specify to command.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/tmux.h b/tmux.h
index 05d111a3..f97caf33 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2202,9 +2202,10 @@ void mode_tree_each_tagged(struct mode_tree_data *, void (*)(void *, void *,
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 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 **);
+ void (*)(void *, u_int, uint64_t *, const char *),
+ struct screen *(*)(void *, void *, u_int, u_int),
+ int (*)(void *, void *, const char *), void *, const char **,
+ u_int, struct screen **);
void mode_tree_build(struct mode_tree_data *);
void mode_tree_free(struct mode_tree_data *);
void mode_tree_resize(struct mode_tree_data *, u_int, u_int);