From 9c2a7522054b15ccd95c0c45e2a566376a037b72 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 3 May 2016 04:22:09 -0400 Subject: recognize most emoji as wide --- src/vt100.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/vt100.h') 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 -- cgit v1.2.3-54-g00ecf