diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-08-30 20:01:11 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-08-30 20:01:11 +0100 |
commit | f81e87f1e21f18a4d8fc01d33acb2fd86ae9f1bc (patch) | |
tree | e17a17df39552b588e3f9a49ef671f3fac96cc71 /tmux.h | |
parent | b4c633cc40cd3d5963e24e6d560bc2c7f6553000 (diff) | |
parent | 6abfd9b8ff344a684740452f16ddeaffb1df7d12 (diff) | |
download | rtmux-f81e87f1e21f18a4d8fc01d33acb2fd86ae9f1bc.tar.gz rtmux-f81e87f1e21f18a4d8fc01d33acb2fd86ae9f1bc.tar.bz2 rtmux-f81e87f1e21f18a4d8fc01d33acb2fd86ae9f1bc.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1977,7 +1977,7 @@ int grid_cells_equal(const struct grid_cell *, const struct grid_cell *); struct grid *grid_create(u_int, u_int, u_int); void grid_destroy(struct grid *); int grid_compare(struct grid *, struct grid *); -void grid_collect_history(struct grid *, u_int); +void grid_collect_history(struct grid *); void grid_scroll_history(struct grid *, u_int); void grid_scroll_history_region(struct grid *, u_int, u_int, u_int); void grid_clear_history(struct grid *); |