diff options
author | Thomas Adam <thomas@xteddy.org> | 2018-07-04 13:02:25 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2018-07-04 13:02:25 +0100 |
commit | 850c26dd46a0b6983e32112fc1e37b8aa5a5268b (patch) | |
tree | ce9250e828bfc4ab96e3faae08ea9695006a5721 /tmux.h | |
parent | db07f338863eea6a8eda2b0efafb7e2b2500e14e (diff) | |
parent | 2fae6a57618e1cef47b65e73504d7d5570ca6a8e (diff) | |
download | rtmux-850c26dd46a0b6983e32112fc1e37b8aa5a5268b.tar.gz rtmux-850c26dd46a0b6983e32112fc1e37b8aa5a5268b.tar.bz2 rtmux-850c26dd46a0b6983e32112fc1e37b8aa5a5268b.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2010,6 +2010,8 @@ char *grid_string_cells(struct grid *, u_int, u_int, u_int, void grid_duplicate_lines(struct grid *, u_int, struct grid *, u_int, u_int); void grid_reflow(struct grid *, u_int, u_int *); +struct grid_line *grid_get_line(struct grid *, u_int); +void grid_adjust_lines(struct grid *, u_int); /* grid-view.c */ void grid_view_get_cell(struct grid *, u_int, u_int, struct grid_cell *); |