diff options
author | Arthur W. Green <lynx@panix.com> | 2016-03-19 00:53:26 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-03-19 00:53:43 +0700 |
commit | 1bd0cbd0c5b54d155f3f03dd47e36377fbd7b93b (patch) | |
tree | cc20c7bfdbc3a10a048ad188f268f68e9d5aae60 /libraries/libaaio/README | |
parent | 7a9b6598c1de4c6b861762d76fa08d3750e4ddab (diff) | |
download | slackbuilds-1bd0cbd0c5b54d155f3f03dd47e36377fbd7b93b.tar.gz |
libraries/libaaio: Added (AAIO Advanced I/O Library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libaaio/README')
-rw-r--r-- | libraries/libaaio/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/libaaio/README b/libraries/libaaio/README new file mode 100644 index 0000000000..a1f803a01b --- /dev/null +++ b/libraries/libaaio/README @@ -0,0 +1,9 @@ +libaaio is a software library providing the functionality of getch(), getche() +and kbhit() on Linux and UNIX systems (including Mac OS X). It does not +require an initialization (like curses) and does not abuse the terminal (i.e. +whenever the mode of the terminal is changed its state is stored so it can be +restored). + +The software has not seen any changes since 2005, but remains useful for +programs that still require it (e.g., beta releases of the Composer's Desktop +Project tools). |