README.adoc: update to reflect the current state
This commit is contained in:
parent
65797ee4f1
commit
065cd3b3e1
13
README.adoc
13
README.adoc
|
@ -2,16 +2,17 @@ termo
|
||||||
=====
|
=====
|
||||||
|
|
||||||
'termo' is a library providing an alternative to ncurses' handling of terminal
|
'termo' is a library providing an alternative to ncurses' handling of terminal
|
||||||
input. ncurses does a really terrible job at that, mainly wrt. mouse support
|
input. ncurses does a terrible job at that, mainly wrt. mouse support which was
|
||||||
which seems to be utterly broken. If you can drag things in a terminal
|
even completely broken for a few years, making it impossible to drag things
|
||||||
application, such as in VIM, I can assure you it's not using ncurses for that.
|
around in applications. While that one bit has been fixed, it continues to lack
|
||||||
(At least not with ncurses older than 6.0.)
|
support for rxvt-unicode's 1015 mode and it's generally incapable of relaying
|
||||||
|
certain key combinations.
|
||||||
|
|
||||||
Since terminal I/O is really complicated and full of special cases, this project
|
Since terminal I/O is really complicated and full of special cases, this project
|
||||||
doesn't aspire to also replace the output part of ncurses, but is rather
|
doesn't aspire to also replace the output part of ncurses, but is rather
|
||||||
complementary to it. In the end it makes use of its terminfo library.
|
complementary to it. In the end it makes use of its terminfo library.
|
||||||
|
|
||||||
The API isn't stable yet. Tell me what needs to be done so I can fix it first.
|
The API can be considered stable. This project is in maintenance mode.
|
||||||
|
|
||||||
Building and Installing
|
Building and Installing
|
||||||
-----------------------
|
-----------------------
|
||||||
|
@ -55,7 +56,7 @@ CMake-based projects and simply import the target. No package maintainer action
|
||||||
is needed for you to enjoy the benefits of proper terminal input.
|
is needed for you to enjoy the benefits of proper terminal input.
|
||||||
|
|
||||||
The rest is just me going silly over formatting and various unimportant stuff.
|
The rest is just me going silly over formatting and various unimportant stuff.
|
||||||
Oh, and I've deleted the manpages. It needs more Doxygen. :) TBD
|
Oh, and I've deleted the manpages.
|
||||||
|
|
||||||
Contributing and Support
|
Contributing and Support
|
||||||
------------------------
|
------------------------
|
||||||
|
|
Loading…
Reference in New Issue