diff options
author | Donald Cooley <chytraeu@sdf.org> | 2020-06-05 11:25:13 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-06 10:07:50 +0700 |
commit | c9fae22b871e43ed1eefca03b4a276302c43bcd3 (patch) | |
tree | 83b047482d7581bf04291af96a58b7e7d6be2d4f /libraries/libedit/README | |
parent | e5f01a9402a217cb5dc4c01633c72327a72144f6 (diff) |
libraries/libedit: Updated for version 20191231_3.1.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libedit/README')
-rw-r--r-- | libraries/libedit/README | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/libraries/libedit/README b/libraries/libedit/README index 026d498ff5f00..b1bcec0aea64c 100644 --- a/libraries/libedit/README +++ b/libraries/libedit/README @@ -1,11 +1,12 @@ -This is an autotool- and libtoolized port of the NetBSD Editline -library (libedit). This Berkeley-style licensed command line editor -library provides generic line editing, history, and tokenization -functions, similar to those found in GNU Readline. +This is an autotool- and libtoolized port of the NetBSD Editline library +(libedit). This Berkeley-style licensed command line editor library +provides generic line editing, history, and tokenization functions, +similar to those found in GNU Readline. -The slackbuild has a build time variable called LIBEDIT_WIDEC, which if set to -`yes', turns on the wide character support of the built libedit library. -Although the support is there, initial testing shows that it acts weird, and -displays Unicode byte sequences instead of the real typed-in characters. You -can experiment with it, but don't count on it until it is cleared up. -The default build option was and is disabled widechar support. +The slackbuild has a build time variable called LIBEDIT_WIDEC, which if +set to `yes', turns on the wide character support of the built libedit +library. Although the support is there, initial testing shows that it +acts weird, and displays Unicode byte sequences instead of the real +typed-in characters. You can experiment with it, but don't count on it +until it is cleared up. The default build option was and is disabled +widechar support. |