diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2014-11-19 02:47:28 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2014-11-19 03:19:13 +0100 |
commit | 788b2524077c9529a61f2f8db41a33d09b79f962 (patch) | |
tree | e6374517733d01ebbbc810906c16e98f3378f472 /README | |
parent | 2d777dd67e9be3c5bfd36660ade94710de0f4a0d (diff) | |
download | termo-788b2524077c9529a61f2f8db41a33d09b79f962.tar.gz termo-788b2524077c9529a61f2f8db41a33d09b79f962.tar.xz termo-788b2524077c9529a61f2f8db41a33d09b79f962.zip |
Update the README
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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>. |