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 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index de9518b..b1a6484 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,8 @@ SOUT = libvt100.a BUILD = build/ SRC = src/ OBJ = $(BUILD)parser.o \ - $(BUILD)screen.o + $(BUILD)screen.o \ + $(BUILD)unicode-extra.o LIBS = glib-2.0 CFLAGS ?= -g -Wall -Wextra -Werror LDFLAGS ?= -g -Wall -Wextra -Werror -- cgit v1.2.3-54-g00ecf