diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-06-02 22:01:20 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-06-02 22:01:20 +0100 |
commit | 3d5decb305a960edb0ca3d91ceec3929dcbc8c3e (patch) | |
tree | e25cda1f5ab7f5f8788d8d1bee0a78340fb32204 /screen-write.c | |
parent | ebe866c378bc5ecd123d3f0d89cf5d3cbc87c9f2 (diff) | |
parent | 2a4d4bda2b94602e9f999ff0b59efa92613f75a9 (diff) | |
download | rtmux-3d5decb305a960edb0ca3d91ceec3929dcbc8c3e.tar.gz rtmux-3d5decb305a960edb0ca3d91ceec3929dcbc8c3e.tar.bz2 rtmux-3d5decb305a960edb0ca3d91ceec3929dcbc8c3e.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'screen-write.c')
-rw-r--r-- | screen-write.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/screen-write.c b/screen-write.c index 33e3f975..68c3aa76 100644 --- a/screen-write.c +++ b/screen-write.c @@ -39,7 +39,7 @@ static const struct grid_cell *screen_write_combine(struct screen_write_ctx *, const struct utf8_data *, u_int *); static const struct grid_cell screen_write_pad_cell = { - { { ' ' }, 0, 1, 1 }, 0, GRID_FLAG_PADDING, 8, 8, 0 + { { 0 }, 0, 0, 0 }, 0, GRID_FLAG_PADDING, 8, 8, 0 }; struct screen_write_collect_item { |