diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2015-03-16 01:20:42 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-03-16 01:20:42 +0700 |
commit | 02b8786ec95338feb0d3c34a152027c0be04db73 (patch) | |
tree | 0744eb6ae21b7e90bf294bea6d8719706408f21e /libraries/unibilium/README | |
parent | b86fa190d854887300259cd8e8e4f88904e023fc (diff) |
libraries/unibilium: Added (terminfo parsing library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/unibilium/README')
-rw-r--r-- | libraries/unibilium/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/unibilium/README b/libraries/unibilium/README new file mode 100644 index 000000000000..4002f2106c59 --- /dev/null +++ b/libraries/unibilium/README @@ -0,0 +1,3 @@ +Unibilium is a very basic terminfo library. It doesn't depend on curses or any +other library. It also doesn't use global variables, so it should be +thread-safe. |