aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-09-25 18:01:09 +0100
committerThomas Adam <thomas@xteddy.org>2015-09-25 18:01:09 +0100
commit20c3adca41675b30593e39fa6fa9dfda615997ef (patch)
treec834821241b3cae2b5be95db7d6a3e9fb1f26359 /tmux.h
parentb0372840e7461089412a8ddf705533f9f72f1426 (diff)
parent28f23f18e9d79405a60348c4f7aeded33da9135b (diff)
downloadrtmux-20c3adca41675b30593e39fa6fa9dfda615997ef.tar.gz
rtmux-20c3adca41675b30593e39fa6fa9dfda615997ef.tar.bz2
rtmux-20c3adca41675b30593e39fa6fa9dfda615997ef.zip
Merge branch 'obsd-master'
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 5339ecee..4d19a5ab 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1843,6 +1843,7 @@ int grid_compare(struct grid *, struct grid *);
void grid_collect_history(struct grid *);
void grid_scroll_history(struct grid *);
void grid_scroll_history_region(struct grid *, u_int, u_int);
+void grid_clear_history(struct grid *);
void grid_expand_line(struct grid *, u_int, u_int);
const struct grid_cell *grid_peek_cell(struct grid *, u_int, u_int);
const struct grid_line *grid_peek_line(struct grid *, u_int);