From 51136aba16a9d070de374627e361a359ec7b9578 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sun, 24 Jun 2012 14:32:07 -0400 Subject: Handle UTF-8 characters correctly in ncurses. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 3741f461..044300fe 100644 --- a/src/Makefile +++ b/src/Makefile @@ -128,7 +128,7 @@ endif ifndef NCURSES LIBS = $(GTKLIBS) else -LIBS = -lncurses -lcdk +LIBS = -lncursesw -lcdk endif TEXTADEPT_OBJS = textadept.o -- cgit v1.2.3