From 829128680acf4078dea45670640ca66b2f10b785 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sat, 7 Apr 2018 00:13:52 +0100 Subject: [PATCH] Slight change to U+241B SYMBOL FOR ESCAPE. The "C" is now more obviously a "C" and not a "(". --- bedstead.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bedstead.c b/bedstead.c index d884a1b..5b0794a 100644 --- a/bedstead.c +++ b/bedstead.c @@ -1209,7 +1209,7 @@ static struct glyph { {{014,020,020,014,000,015,013,011,011}, 0x2418 }, /* CAN */ {{034,020,030,020,034,000,033,025,021}, 0x2419 }, /* EOM */ {{010,020,010,020,006,005,006,005,006}, 0x241a }, /* SUB */ - {{030,020,030,020,031,002,002,002,001}, 0x241b }, /* ESC */ + {{030,020,030,020,030,003,004,004,003}, 0x241b }, /* ESC */ {{034,020,030,020,023,004,002,001,006}, 0x241c }, /* FS */ {{014,020,020,024,014,001,002,001,002}, 0x241d }, /* GS */ {{030,024,030,024,024,001,002,001,002}, 0x241e }, /* RS */ -- 2.30.2