aboutsummaryrefslogtreecommitdiff
path: root/README.adoc
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2016-12-30 08:30:59 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2016-12-30 08:30:59 +0100
commit5b05b96ec0cbef6ed10adb1423cdedde09ee868e (patch)
tree69e15ab41f5367d07c2d1cff8d06d1022c7c0d7a /README.adoc
parenta9b41e41b7789924465a7e5596a463ed93d8fc26 (diff)
downloadtermo-5b05b96ec0cbef6ed10adb1423cdedde09ee868e.tar.gz
termo-5b05b96ec0cbef6ed10adb1423cdedde09ee868e.tar.xz
termo-5b05b96ec0cbef6ed10adb1423cdedde09ee868e.zip
Backport TERMKEY_FLAG_NOSTART and fix two leaks
...that are notably still present in the original library.
Diffstat (limited to 'README.adoc')
-rw-r--r--README.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc
index 136f893..3252c4e 100644
--- a/README.adoc
+++ b/README.adoc
@@ -39,7 +39,7 @@ statically linked against the library, and hence they can be run as they are:
What's Different From the Original termkey?
-------------------------------------------
-The main change is throwing away any UTF-8 dependent code, making the library
+The main change is throwing out any UTF-8 dependent code, making the library
capable of handling all unibyte and multibyte encodings supported by iconv on
your system. The characters are still presented as Unicode in the end, however,
as the other sensible option is wchar_t and that doesn't really work well, see