This commit is contained in:
Kovid Goyal 2024-12-20 10:08:38 +05:30
parent 9f0a3611cb
commit 46eefef54b
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -599,6 +599,7 @@ render_box_char(char_type ch, uint8_t *buf, unsigned width, unsigned height, dou
switch(ch) {
default: log_error("Unknown box drawing character: U+%x rendered as blank", ch); break;
case L'': memset(canvas.mask, 255, width * height * sizeof(canvas.mask[0])); break;
C(L'', hline, 1);
C(L'', hline, 3);