aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2012-06-24 14:32:07 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2012-06-24 14:32:07 -0400
commit51136aba16a9d070de374627e361a359ec7b9578 (patch)
tree39e26a066af98272eae24489a000eda6928a7289 /src/Makefile
parent2ec5985f9c645fb53c0c327c1fbd514e68c614a7 (diff)
downloadtextadept-51136aba16a9d070de374627e361a359ec7b9578.tar.gz
textadept-51136aba16a9d070de374627e361a359ec7b9578.zip
Handle UTF-8 characters correctly in ncurses.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
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