diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-05-27 08:01:19 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-05-27 08:01:19 +0100 |
commit | 38ce6adab628a6e3c7ef1544e7ef2a3d89f653bc (patch) | |
tree | 29082b6b61f75258005027111587530aaee7367f /screen-write.c | |
parent | fd8652ceda9310192f4b3d653f60b4a3bb27156e (diff) | |
parent | f336599a3a0172924174c60c7411eea9b93e5544 (diff) | |
download | rtmux-38ce6adab628a6e3c7ef1544e7ef2a3d89f653bc.tar.gz rtmux-38ce6adab628a6e3c7ef1544e7ef2a3d89f653bc.tar.bz2 rtmux-38ce6adab628a6e3c7ef1544e7ef2a3d89f653bc.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 68c3aa76..33e3f975 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 }, 0, 0, 0 }, 0, GRID_FLAG_PADDING, 8, 8, 0 + { { ' ' }, 0, 1, 1 }, 0, GRID_FLAG_PADDING, 8, 8, 0 }; struct screen_write_collect_item { |