diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-06-27 17:02:26 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-06-27 17:02:26 +0100 |
commit | e483ce138fbae32491df7e2dea23690e5aca3894 (patch) | |
tree | 3970a77700f70ebe177fd3ab3733f5d14da79fe9 /screen-write.c | |
parent | c4a92999563e20617f949ac781f1465843fb088c (diff) | |
parent | dae2868d1227b95fd076fb4a5efa6256c7245943 (diff) | |
download | rtmux-e483ce138fbae32491df7e2dea23690e5aca3894.tar.gz rtmux-e483ce138fbae32491df7e2dea23690e5aca3894.tar.bz2 rtmux-e483ce138fbae32491df7e2dea23690e5aca3894.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 174c7a82..631328a3 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 } + GRID_FLAG_PADDING, 0, 8, 8, 0, { { 0 }, 0, 0, 0 } }; struct screen_write_collect_item { |