box-drawing: U+256C - BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL: add missing corner

The inner corner, where the upper/left lines meet, were missing
This commit is contained in:
Daniel Eklöf 2021-05-05 15:00:17 +02:00
parent 8d09ba5bd2
commit e03257d342
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -1210,7 +1210,7 @@ draw_box_drawings_double_vertical_and_horizontal(struct buf *buf)
hline(0, vmid, hmid + 2 * thick, thick);
hline(vmid + 2 * thick, buf->width, hmid + 2 * thick, thick);
vline(0, hmid, vmid, thick);
vline(0, hmid + thick, vmid, thick);
vline(0, hmid, vmid + 2 * thick, thick);
vline(hmid + 2 * thick, buf->height, vmid, thick);
vline(hmid + 2 * thick, buf->height, vmid + 2 * thick, thick);