diff options
author | 2012-06-24 14:32:07 -0400 | |
---|---|---|
committer | 2012-06-24 14:32:07 -0400 | |
commit | 51136aba16a9d070de374627e361a359ec7b9578 (patch) | |
tree | 39e26a066af98272eae24489a000eda6928a7289 /src/Makefile | |
parent | 2ec5985f9c645fb53c0c327c1fbd514e68c614a7 (diff) | |
download | textadept-51136aba16a9d070de374627e361a359ec7b9578.tar.gz textadept-51136aba16a9d070de374627e361a359ec7b9578.zip |
Handle UTF-8 characters correctly in ncurses.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
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 |