aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2012-05-30 13:41:58 +0000
committerTiago Cunha <tcunha@gmx.com>2012-05-30 13:41:58 +0000
commitc6fc8771a9ebcfe0a10e9cc6889a1c1836369b78 (patch)
tree9221e2b7f535c518ea79bb798b811b8ad1bfb735 /tmux.h
parent626c8aa8e728ac5ae30fd812810481b829f31db6 (diff)
downloadrtmux-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 76c30330..60451ca3 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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 *);