summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/tmux.h
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2009-12-08 07:49:31 +0000
committernicm <nicm@openbsd.org>2009-12-08 07:49:31 +0000
commit36e11aedb31b1259a0dc5fe7ba5d0a47e13c03bd (patch)
tree6bcea7274d8288dd6f83f3eff52eb19cc4455e2b /usr.bin/tmux/tmux.h
parentsync (diff)
downloadwireguard-openbsd-36e11aedb31b1259a0dc5fe7ba5d0a47e13c03bd.tar.xz
wireguard-openbsd-36e11aedb31b1259a0dc5fe7ba5d0a47e13c03bd.zip
Permit panes to be referred to as "top", "bottom", "top-left" etc, if the right
pane can be identified.
Diffstat (limited to 'usr.bin/tmux/tmux.h')
-rw-r--r--usr.bin/tmux/tmux.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/tmux/tmux.h b/usr.bin/tmux/tmux.h
index 2fe2a2c28c5..b6594da58eb 100644
--- a/usr.bin/tmux/tmux.h
+++ b/usr.bin/tmux/tmux.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tmux.h,v 1.192 2009/12/03 22:50:10 nicm Exp $ */
+/* $OpenBSD: tmux.h,v 1.193 2009/12/08 07:49:31 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -1844,6 +1844,9 @@ u_int layout_set_next(struct window *);
u_int layout_set_previous(struct window *);
void layout_set_active_changed(struct window *);
+/* layout-string.c */
+struct layout_cell *layout_find_string(struct window *, const char *);
+
/* window-clock.c */
extern const struct window_mode window_clock_mode;