summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2011-04-18 19:49:05 +0000
committerNicholas Marriott <nicm@openbsd.org>2011-04-18 19:49:05 +0000
commit0bb211978121292518d59430e3547685882078bc (patch)
tree0fbcc60e35bddb0cc2536ab08485a7131f4f1ad2 /tmux.h
parent4e75e82cc35050a244193830bd4d252eee9ad323 (diff)
Add an option (mouse-select-window) which allows the mouse to be used by
clicking on the status line, written by hsim at gmx dot li.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 36dcf273..82bdc296 100644
--- a/tmux.h
+++ b/tmux.h
@@ -957,6 +957,8 @@ struct session {
struct environ environ;
+ int wlmouse;
+
int references;
TAILQ_ENTRY(session) gentry;
@@ -1666,6 +1668,7 @@ int status_out_cmp(struct status_out *, struct status_out *);
RB_PROTOTYPE(status_out_tree, status_out, entry, status_out_cmp);
void status_free_jobs(struct status_out_tree *);
void status_update_jobs(struct client *);
+void status_set_window_at(struct client *, u_int);
int status_redraw(struct client *);
char *status_replace(struct client *, struct session *,
struct winlink *, struct window_pane *, const char *, time_t, int);