aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2020-04-15 16:01:27 +0100
committerThomas Adam <thomas@xteddy.org>2020-04-15 16:01:27 +0100
commitfe1778e37733aee809dd2cfdc9f6295e7780110f (patch)
treed2ebd92ef9cdc5d8db0d0266fe65c5c2f6882891 /tmux.h
parentc2c9b77f141f3462414789b696dcee2cc2789bc4 (diff)
parentc7883d5c872a56c5342092f81e87e0742713b4de (diff)
downloadrtmux-fe1778e37733aee809dd2cfdc9f6295e7780110f.tar.gz
rtmux-fe1778e37733aee809dd2cfdc9f6295e7780110f.tar.bz2
rtmux-fe1778e37733aee809dd2cfdc9f6295e7780110f.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 882d8107..13350a40 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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 *);