chiark / gitweb /
Here are my best efforts at filling in the missing pieces of the VT100
authorSimon Tatham <anakin@pobox.com>
Wed, 18 Dec 2013 22:21:22 +0000 (22:21 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Wed, 18 Dec 2013 22:21:22 +0000 (22:21 +0000)
line-drawing character set.

bedstead.c

index 93aba3141f8ad99d630e9248a393fdfadad27f7e..e593b57205e567d3e0e57560ee6f8fa21c077195 100644 (file)
@@ -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 },