terminal: fix arrow tails in bitmap font

This commit is contained in:
K. Lange 2023-07-21 10:10:11 +09:00
parent b00030b9d8
commit 7964d3c066

View File

@ -965,10 +965,10 @@ uint8_t large_font[][17] = {
0x08, 0x08,
0x1c, 0x1c,
0x2a, 0x2a,
0x10, 0x08,
0x10, 0x08,
0x10, 0x08,
0x10, 0x08,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
@ -999,10 +999,10 @@ uint8_t large_font[][17] = {
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x10, 0x08,
0x10, 0x08,
0x10, 0x08,
0x10, 0x08,
0x2a, 0x2a,
0x1c, 0x1c,
0x08, 0x08,