mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-15 05:33:58 -04:00
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:
parent
8d09ba5bd2
commit
e03257d342
1 changed files with 1 additions and 1 deletions
|
|
@ -1210,7 +1210,7 @@ draw_box_drawings_double_vertical_and_horizontal(struct buf *buf)
|
||||||
hline(0, vmid, hmid + 2 * thick, thick);
|
hline(0, vmid, hmid + 2 * thick, thick);
|
||||||
hline(vmid + 2 * thick, buf->width, 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(0, hmid, vmid + 2 * thick, thick);
|
||||||
vline(hmid + 2 * thick, buf->height, vmid, thick);
|
vline(hmid + 2 * thick, buf->height, vmid, thick);
|
||||||
vline(hmid + 2 * thick, buf->height, vmid + 2 * thick, thick);
|
vline(hmid + 2 * thick, buf->height, vmid + 2 * thick, thick);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue