From 6a4238d2d2b8a254bba946e2be45c8319f034a93 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Tue, 3 Apr 2018 00:57:56 +0100 Subject: [PATCH] A few more forms of transport. Inspired by seeing U+1F69A DELIVERY TRUCK in the subject line of an email, here's a glyph for that and also U+1F680 ROCKET and U+1F682 STEAM LOCOMOTIVE. --- bedstead.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bedstead.c b/bedstead.c index 6f41745..ea28388 100644 --- a/bedstead.c +++ b/bedstead.c @@ -1428,7 +1428,10 @@ static struct glyph { {{037,021,021,021,021,021,037,000,000}, -1, ".notdef" }, /* Transport and map symbols */ + {{004,012,012,012,033,033,025,000,000}, 0x1f680 }, /* rocket */ {{000,034,010,011,027,010,000,000,000}, 0x1f681 }, /* helicopter */ + {{000,000,013,036,037,025,000,000,000}, 0x1f682 }, /* steamlocomotive */ + {{000,007,017,027,037,011,000,000,000}, 0x1f69a }, /* deliverytruck */ /* Latin small caps */ {{000,000,016,021,037,021,021,000,000}, -1, "a.sc" }, -- 2.30.2