diff options
author | Thomas Adam <thomas@xteddy.org> | 2015-09-25 18:01:09 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2015-09-25 18:01:09 +0100 |
commit | 20c3adca41675b30593e39fa6fa9dfda615997ef (patch) | |
tree | c834821241b3cae2b5be95db7d6a3e9fb1f26359 /tmux.h | |
parent | b0372840e7461089412a8ddf705533f9f72f1426 (diff) | |
parent | 28f23f18e9d79405a60348c4f7aeded33da9135b (diff) | |
download | rtmux-20c3adca41675b30593e39fa6fa9dfda615997ef.tar.gz rtmux-20c3adca41675b30593e39fa6fa9dfda615997ef.tar.bz2 rtmux-20c3adca41675b30593e39fa6fa9dfda615997ef.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |