aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-12-15 02:01:14 +0000
committerThomas Adam <thomas@xteddy.org>2015-12-15 02:01:14 +0000
commit1a33ea9671895258cee37cf89a209e56ecf578fb (patch)
tree73ab6a6db7131c90bfeba60813423bbe316b31da /tmux.h
parent6ab17e3e15f8cbaf12fa3a9ea038a4e65f19ba85 (diff)
parent9d88d82d5e8caa7882a28ac95fda19754e5553e7 (diff)
downloadrtmux-1a33ea9671895258cee37cf89a209e56ecf578fb.tar.gz
rtmux-1a33ea9671895258cee37cf89a209e56ecf578fb.tar.bz2
rtmux-1a33ea9671895258cee37cf89a209e56ecf578fb.zip
Merge branch 'obsd-master'
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 9694c4dc..e12a758d 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1768,6 +1768,9 @@ int cmd_find_target(struct cmd_find_state *, struct cmd_q *,
struct client *cmd_find_client(struct cmd_q *, const char *, int);
void cmd_find_clear_state(struct cmd_find_state *, struct cmd_q *,
int);
+int cmd_find_valid_state(struct cmd_find_state *);
+void cmd_find_copy_state(struct cmd_find_state *,
+ struct cmd_find_state *);
void cmd_find_log_state(const char *, struct cmd_find_state *);
/* cmd.c */
@@ -1846,9 +1849,7 @@ void alerts_check_session(struct session *);
/* server.c */
extern struct tmuxproc *server_proc;
extern struct clients clients;
-extern struct session *marked_session;
-extern struct winlink *marked_winlink;
-extern struct window_pane *marked_window_pane;
+extern struct cmd_find_state marked_pane;
void server_set_marked(struct session *, struct winlink *,
struct window_pane *);
void server_clear_marked(void);