Use a predefined structure for not-space cells used to set attributes.

This commit is contained in:
Nicholas Marriott
2012-05-23 19:19:40 +00:00
parent 84c708f355
commit 1f23f6d686
3 changed files with 6 additions and 7 deletions

1
tmux.h
View File

@@ -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 *);