From: Simon Tatham Date: Wed, 18 Dec 2013 22:21:22 +0000 (+0000) Subject: Here are my best efforts at filling in the missing pieces of the VT100 X-Git-Tag: bedstead-001.000~19 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=f3cea2774e27c075ac74f5176cac057c5b618ac8;p=bedstead.git Here are my best efforts at filling in the missing pieces of the VT100 line-drawing character set. --- diff --git a/bedstead.c b/bedstead.c index 93aba31..e593b57 100644 --- a/bedstead.c +++ b/bedstead.c @@ -856,6 +856,22 @@ struct glyph { {{016,021,025,011,016,012,016,000,000}, 0xfffd }, /* replacement */ {{037,021,021,021,021,021,037,000,000}, -1, ".notdef" }, + /* + * Stuff by sgt20 + */ + /* Characters needed for VT100 line drawing. */ + {{024,034,024,000,007,002,002,000,000}, 0x2409 }, /* DEC graphics HT */ + {{030,020,030,023,002,003,002,000,000}, 0x240c }, /* DEC graphics FF */ + {{014,020,020,016,005,006,005,000,000}, 0x240d }, /* DEC graphics CR */ + {{020,020,020,033,002,003,002,000,000}, 0x240a }, /* DEC graphics LF */ + {{032,026,022,000,010,010,017,000,000}, 0x2424 }, /* DEC graphics NL */ + {{024,024,010,000,007,002,002,000,000}, 0x240b }, /* DEC graphics VT */ + {{037,000,000,000,000,000,000,000,000}, 0x23ba }, /* horizontal scan 1 */ + {{000,000,037,000,000,000,000,000,000}, 0x23bb }, /* horizontal scan 3 */ + {{000,000,000,000,000,000,037,000,000}, 0x23bc }, /* horizontal scan 7 */ + {{000,000,000,000,000,000,000,000,037}, 0x23bd }, /* horizontal scan 9 */ + {{000,002,037,004,037,010,000,000,000}, 0x2260 }, /* not-equals */ + #ifdef ARABIC /* Arabic tails */ {{000,000,000,001,001,001,000,000,000}, -1, "tail1", ARX },