diff options
author | June McEnroe <june@causal.agency> | 2018-08-06 14:19:52 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-08-06 14:19:52 -0400 |
commit | d6fb797b11aa6dd031032faf425be3ce5a69661d (patch) | |
tree | e348e4ec6ed53a9700219336fd6a3e3733093a56 /README | |
parent | Rename line editing functions (diff) | |
download | catgirl-d6fb797b11aa6dd031032faf425be3ce5a69661d.tar.gz catgirl-d6fb797b11aa6dd031032faf425be3ce5a69661d.zip |
Use wchar_t strings for all of UI
vaswprintf is a nightmare.
Diffstat (limited to '')
-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 |