mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
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
This commit is contained in:
parent
0cdc8a7f6a
commit
46b318b831
7 changed files with 104 additions and 8 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue