aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2020-05-16 15:11:52 +0000
committernicm <nicm>2020-05-16 15:11:52 +0000
commit2391fe23ab09cfe8667abdcc3338a958ab3da31d (patch)
treecf3c4abfb3dc2b293bbd0059271a98f98499a47a /tmux.h
parent80e52545a0cccba20fb4d96ed09ea2c129a30c93 (diff)
downloadrtmux-2391fe23ab09cfe8667abdcc3338a958ab3da31d.tar.gz
rtmux-2391fe23ab09cfe8667abdcc3338a958ab3da31d.tar.bz2
rtmux-2391fe23ab09cfe8667abdcc3338a958ab3da31d.zip
Copy mode search improvements:
- Add styles for the search marking styles (copy-mode-match-style and copy-mode-current-match-style). - Show the current match (the one with the cursor on it) in a different style. - Copying without a selection will copy the current match if there is one.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index 486b8b4c..e2443660 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2434,8 +2434,6 @@ void screen_write_vnputs(struct screen_write_ctx *, ssize_t,
const struct grid_cell *, const char *, va_list);
void screen_write_putc(struct screen_write_ctx *, const struct grid_cell *,
u_char);
-void screen_write_copy(struct screen_write_ctx *, struct screen *, u_int,
- u_int, u_int, u_int, bitstr_t *, const struct grid_cell *);
void screen_write_fast_copy(struct screen_write_ctx *, struct screen *,
u_int, u_int, u_int, u_int);
void screen_write_hline(struct screen_write_ctx *, u_int, int, int);