mirror of
https://github.com/irssi/irssi.git
synced 2026-08-23 18:42:53 +02:00
Move wcwidth.c and utf8.{h,c} to core.
This move makes sense since these files contain rather fundamental functions (fundamental here means that we shouldn't have had to implement them) which are required by other functions located in core/special-vars.c.
This commit is contained in:
parent
2b92e43d37
commit
e720a48ee9
7 changed files with 8 additions and 8 deletions
|
|
@ -44,6 +44,8 @@ libcore_a_SOURCES = \
|
|||
settings.c \
|
||||
signals.c \
|
||||
special-vars.c \
|
||||
utf8.c \
|
||||
wcwidth.c \
|
||||
write-buffer.c
|
||||
|
||||
structure_headers = \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue