diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-07-06 23:02:26 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-07-06 23:02:26 +0100 |
commit | 3a4cf62aa9819472a26f0ed3c3101d7556184656 (patch) | |
tree | da8ac1f44535bf4565a62148a3cb838fb3d80ff0 /screen-write.c | |
parent | bc112a8c8990f272144b482e13c1ce32ac9722e0 (diff) | |
parent | ddf53d6e4e76463e6d777b2de7304572333935e9 (diff) | |
download | rtmux-3a4cf62aa9819472a26f0ed3c3101d7556184656.tar.gz rtmux-3a4cf62aa9819472a26f0ed3c3101d7556184656.tar.bz2 rtmux-3a4cf62aa9819472a26f0ed3c3101d7556184656.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 631328a3..943e3044 100644 --- a/screen-write.c +++ b/screen-write.c @@ -36,7 +36,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 = { - GRID_FLAG_PADDING, 0, 8, 8, 0, { { 0 }, 0, 0, 0 } + { { 0 }, 0, 0, 0 }, 0, GRID_FLAG_PADDING, 0, 8, 8 }; struct screen_write_collect_item { |