aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2017-05-03 05:53:34 +0000
committernicm <nicm>2017-05-03 05:53:34 +0000
commitca6a121e63c61eb45a81dc7318ed290b8dca45e6 (patch)
tree90de542bf8acb9d98d32b4f9b1d172c1fc264739 /tmux.h
parent0ccfb61bb0e0beb5fe76b64e30637de7d9f696c7 (diff)
downloadrtmux-ca6a121e63c61eb45a81dc7318ed290b8dca45e6.tar.gz
rtmux-ca6a121e63c61eb45a81dc7318ed290b8dca45e6.tar.bz2
rtmux-ca6a121e63c61eb45a81dc7318ed290b8dca45e6.zip
Add a format for the last search string in copy mode and fix the prompt
so it can work when in -I, suggested by Suraj N Kurapati.
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 276636e8..65b22284 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2171,6 +2171,7 @@ void window_copy_vadd(struct window_pane *, const char *, va_list);
void window_copy_pageup(struct window_pane *, int);
void window_copy_start_drag(struct client *, struct mouse_event *);
int window_copy_scroll_position(struct window_pane *);
+const char *window_copy_search_string(struct window_pane *);
/* window-choose.c */
extern const struct window_mode window_choose_mode;