aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2014-11-19 02:47:28 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2014-11-19 03:19:13 +0100
commit788b2524077c9529a61f2f8db41a33d09b79f962 (patch)
treee6374517733d01ebbbc810906c16e98f3378f472
parent2d777dd67e9be3c5bfd36660ade94710de0f4a0d (diff)
downloadtermo-788b2524077c9529a61f2f8db41a33d09b79f962.tar.gz
termo-788b2524077c9529a61f2f8db41a33d09b79f962.tar.xz
termo-788b2524077c9529a61f2f8db41a33d09b79f962.zip
Update the README
-rw-r--r--README6
1 files changed, 5 insertions, 1 deletions
diff --git a/README b/README
index bb776a5..086a332 100644
--- a/README
+++ b/README
@@ -42,6 +42,10 @@ 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
http://gnu.org/software/libunistring/manual/libunistring.html#The-wchar_005ft-mess
+To make the mouse parsing support actually useful, some API has been added to
+set the proper modes on request, and unset them appropriately while destroying.
+You can have a look at demo-draw.c for an example.
+
Another change worth mentioning is the usage of CMake instead of the problematic
libtool-based Makefile. Now you can include this project in your other CMake-
-based projects and simply import the target. No package maintainer action is
@@ -52,7 +56,7 @@ Oh, and I've deleted the manpages. It needs more Doxygen. :) TBD
License
-------
-`termo' is based on the `termkey' library originally written by Paul Evans
+`termo' is based on the `termkey' library, originally written by Paul Evans
<leonerd@leonerd.org.uk>, with additional changes made by Přemysl Janouch
<p.janouch@gmail.com>.