summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2019-10-23 07:42:05 +0000
committernicm <nicm>2019-10-23 07:42:05 +0000
commitf7fb5df54312fb4d7421ba7b25fa00987085ac65 (patch)
tree6f6de3418cbcb46be4d0d4b021005295e16a5cfb /tmux.h
parent56e5067c462a8c03fd35fbd5833c5fe17c23b0fa (diff)
Use the existing code in format.c to add foramts for word and line at
cursor position in copy mode, from Anindya Mukherjee.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 60c515f5..a68c7cbf 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1787,6 +1787,8 @@ void format_defaults_pane(struct format_tree *,
void format_defaults_paste_buffer(struct format_tree *,
struct paste_buffer *);
void format_lost_client(struct client *);
+char *format_grid_word(struct grid *, u_int, u_int);
+char *format_grid_line(struct grid *, u_int);
/* format-draw.c */
void format_draw(struct screen_write_ctx *,