aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-10-11 23:46:02 +0000
committerTiago Cunha <tcunha@gmx.com>2009-10-11 23:46:02 +0000
commitea1721bcb0e2241a8a521269ae757786f182bb3a (patch)
tree8b5bd2678e453b01293e091c831781fc60176903 /tmux.h
parent2486a36af3e7b738468a1acbe6c868314a26ab33 (diff)
downloadrtmux-ea1721bcb0e2241a8a521269ae757786f182bb3a.tar.gz
rtmux-ea1721bcb0e2241a8a521269ae757786f182bb3a.tar.bz2
rtmux-ea1721bcb0e2241a8a521269ae757786f182bb3a.zip
Sync OpenBSD patchset 373:
New option, mouse-select-pane. If on, the mouse may be used to select the current pane. Suggested by sthen@ and also by someone else ages ago who I have forgotten.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index f53b3b42..6aba8e1d 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.462 2009-10-11 23:38:16 tcunha Exp $ */
+/* $Id: tmux.h,v 1.463 2009-10-11 23:46:02 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -1646,6 +1646,7 @@ struct window *window_create(const char *, const char *, const char *,
const char *, struct environ *, struct termios *,
u_int, u_int, u_int, char **);
void window_destroy(struct window *);
+void window_set_active_at(struct window *, u_int, u_int);
void window_set_active_pane(struct window *, struct window_pane *);
struct window_pane *window_add_pane(struct window *, u_int);
void window_resize(struct window *, u_int, u_int);