mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-06 09:15:57 +02:00
...
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user