diff options
author | Curtis McEnroe | 2018-08-06 14:19:52 -0400 |
---|---|---|
committer | Curtis McEnroe | 2018-08-06 14:19:52 -0400 |
commit | d6fb797b11aa6dd031032faf425be3ce5a69661d (patch) | |
tree | e348e4ec6ed53a9700219336fd6a3e3733093a56 /README | |
parent | ea4c70dae5f548ec3f1346f7e54794be0187a95b (diff) |
Use wchar_t strings for all of UI
vaswprintf is a nightmare.
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README index 89edd73..0d39bf2 100644 --- a/README +++ b/README @@ -8,3 +8,4 @@ This software targets FreeBSD and requires LibreSSL. irc.c TLS client connection input.c Input command handling handle.c Incoming command handling + pls.c Functions which should not have to be written |