diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2012-05-23 19:19:40 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2012-05-23 19:19:40 +0000 |
commit | 1f23f6d68608716f93e9262cbb2abc335ef88401 (patch) | |
tree | d3bca06c708d8d77683fabcedb5aa5d90181e59e /tmux.h | |
parent | 84c708f3558d440be1a9e92ee8e6ead5c499fb0f (diff) | |
download | rtmux-1f23f6d68608716f93e9262cbb2abc335ef88401.tar.gz rtmux-1f23f6d68608716f93e9262cbb2abc335ef88401.tar.bz2 rtmux-1f23f6d68608716f93e9262cbb2abc335ef88401.zip |
Use a predefined structure for not-space cells used to set attributes.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 *); |