mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-28 11:51:48 +00:00
...
This commit is contained in:
parent
9f0a3611cb
commit
46eefef54b
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue