summaryrefslogtreecommitdiffstats
path: root/src/vt100.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-05-03 04:22:09 -0400
committerJesse Luehrs <doy@tozt.net>2016-05-03 04:22:09 -0400
commit9c2a7522054b15ccd95c0c45e2a566376a037b72 (patch)
tree328275b370344a2c13d5e6f74f48f4fddd93ff2e /src/vt100.h
parentb09da58557d35552cb1ddefa206012fafcbaa95f (diff)
downloadlibvt100-9c2a7522054b15ccd95c0c45e2a566376a037b72.tar.gz
libvt100-9c2a7522054b15ccd95c0c45e2a566376a037b72.zip
recognize most emoji as wide
Diffstat (limited to 'src/vt100.h')
-rw-r--r--src/vt100.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vt100.h b/src/vt100.h
index a3429ef..28e02b8 100644
--- a/src/vt100.h
+++ b/src/vt100.h
@@ -6,5 +6,6 @@ struct vt100_screen;
typedef struct vt100_screen VT100Screen;
#include "screen.h"
+#include "unicode-extra.h"
#endif