diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-04-15 16:01:27 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-04-15 16:01:27 +0100 |
commit | fe1778e37733aee809dd2cfdc9f6295e7780110f (patch) | |
tree | d2ebd92ef9cdc5d8db0d0266fe65c5c2f6882891 /tmux.h | |
parent | c2c9b77f141f3462414789b696dcee2cc2789bc4 (diff) | |
parent | c7883d5c872a56c5342092f81e87e0742713b4de (diff) | |
download | rtmux-fe1778e37733aee809dd2cfdc9f6295e7780110f.tar.gz rtmux-fe1778e37733aee809dd2cfdc9f6295e7780110f.tar.bz2 rtmux-fe1778e37733aee809dd2cfdc9f6295e7780110f.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2314,6 +2314,7 @@ int attributes_fromstring(const char *); /* grid.c */ extern const struct grid_cell grid_default_cell; +void grid_empty_line(struct grid *, u_int, u_int); 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 *); |