From: Ben Harris Date: Fri, 6 Apr 2018 23:13:52 +0000 (+0100) Subject: Slight change to U+241B SYMBOL FOR ESCAPE. X-Git-Tag: bedstead-002.000~13 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=829128680acf4078dea45670640ca66b2f10b785;p=bedstead-debian.git Slight change to U+241B SYMBOL FOR ESCAPE. The "C" is now more obviously a "C" and not a "(". --- 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 */