summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2012-05-23 19:19:40 +0000
committerNicholas Marriott <nicm@openbsd.org>2012-05-23 19:19:40 +0000
commit1f23f6d68608716f93e9262cbb2abc335ef88401 (patch)
treed3bca06c708d8d77683fabcedb5aa5d90181e59e /tmux.h
parent84c708f3558d440be1a9e92ee8e6ead5c499fb0f (diff)
Use a predefined structure for not-space cells used to set attributes.
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 ed722ab6..011c28c7 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1862,6 +1862,7 @@ int attributes_fromstring(const char *);
/* grid.c */
extern const struct grid_cell grid_default_cell;
+extern const struct grid_cell grid_marker_cell;
struct grid *grid_create(u_int, u_int, u_int);
void grid_destroy(struct grid *);
int grid_compare(struct grid *, struct grid *);