From 1f23f6d68608716f93e9262cbb2abc335ef88401 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 23 May 2012 19:19:40 +0000 Subject: Use a predefined structure for not-space cells used to set attributes. --- tmux.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.h') 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 *); -- cgit v1.2.3