summaryrefslogtreecommitdiff
path: root/src/fe-text/Makefile.am
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2002-01-29 01:33:41 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2002-01-29 01:33:41 +0000
commit46b318b83127e638c2bbc49f0d84e9468e064d16 (patch)
treea63375f844ed728d32b3f376ad8ae61f913f71c1 /src/fe-text/Makefile.am
parent0cdc8a7f6aa0ef29ce38cb2bc046542b72c8c540 (diff)
downloadirssi-46b318b83127e638c2bbc49f0d84e9468e064d16.zip
Preliminary support for UTF8 with /SET term_utf8 ON. Input line is still
messed up, but lines should wrap properly in text buffer. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2354 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-text/Makefile.am')
-rw-r--r--src/fe-text/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fe-text/Makefile.am b/src/fe-text/Makefile.am
index 0f996fde..358769b0 100644
--- a/src/fe-text/Makefile.am
+++ b/src/fe-text/Makefile.am
@@ -61,6 +61,7 @@ irssi_SOURCES = \
textbuffer-commands.c \
textbuffer-reformat.c \
textbuffer-view.c \
+ utf8.c \
irssi.c \
module-formats.c
@@ -77,6 +78,7 @@ noinst_HEADERS = \
textbuffer.h \
textbuffer-view.h \
textbuffer-reformat.h \
+ utf8.h \
module.h \
module-formats.h