diff options
author | Tiago Cunha <tcunha@gmx.com> | 2012-05-30 13:41:58 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2012-05-30 13:41:58 +0000 |
commit | c6fc8771a9ebcfe0a10e9cc6889a1c1836369b78 (patch) | |
tree | 9221e2b7f535c518ea79bb798b811b8ad1bfb735 /tmux.h | |
parent | 626c8aa8e728ac5ae30fd812810481b829f31db6 (diff) | |
download | rtmux-c6fc8771a9ebcfe0a10e9cc6889a1c1836369b78.tar.gz rtmux-c6fc8771a9ebcfe0a10e9cc6889a1c1836369b78.tar.bz2 rtmux-c6fc8771a9ebcfe0a10e9cc6889a1c1836369b78.zip |
Sync OpenBSD patchset 1122:
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
@@ -1858,6 +1858,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 *); |