aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2012-12-31 18:50:37 +0000
committerThomas Adam <thomas@xteddy.org>2012-12-31 18:50:37 +0000
commit675c6b37734a622b4530d35505f897310fdb138c (patch)
treef604d1b678f6724d9dda28ce14a0efbcdf47a1f3 /tmux.h
parentf4472c16b2b05914ed1d2eb4d5bbf9cd1929f77a (diff)
parent854e8ae04d15c16b688ba38119656aee134548dd (diff)
downloadrtmux-675c6b37734a622b4530d35505f897310fdb138c.tar.gz
rtmux-675c6b37734a622b4530d35505f897310fdb138c.tar.bz2
rtmux-675c6b37734a622b4530d35505f897310fdb138c.zip
Merge branch 'obsd-master'
Sync from OpenBSD.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 960d1307..ae98801a 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2239,6 +2239,7 @@ struct window_choose_data *window_choose_add_session(struct window_pane *,
struct window_choose_data *window_choose_add_item(struct window_pane *,
struct cmd_ctx *, struct winlink *, const char *,
char *, u_int);
+void window_choose_expand_all(struct window_pane *);
/* names.c */
void queue_window_name(struct window *);