From 82b6fb95efff4bb1db6e833b5c265379d8d7d57d Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Wed, 18 Dec 2013 18:11:03 +0000 Subject: [PATCH] Add U+2708 AIRPLANE. I accidentally drew it a while ago, and since it's in Unicode... --- bedstead.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bedstead.c b/bedstead.c index fbd8ea5..3111d18 100644 --- a/bedstead.c +++ b/bedstead.c @@ -828,6 +828,7 @@ struct glyph { {{010,010,013,015,011,012,014,000,000}, 0x266d }, /* flat */ {{010,013,015,011,013,015,001,000,000}, 0x266e }, /* natural */ {{002,013,016,033,016,032,010,000,000}, 0x266f }, /* sharp */ + {{000,004,022,017,022,004,000,000,000}, 0x2708 }, /* airplane */ {{000,037,016,025,004,004,000,000,000}, 0x2912 }, /* arrowupbar */ {{000,004,004,025,016,037,000,000,000}, 0x2913 }, /* arrowdownbar */ {{000,004,016,025,004,030,000,000,000}, 0x2934 }, /* arrow right curve up */ -- 2.30.2