diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2020-06-06 13:37:04 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:37:18 -0500 |
commit | 9b9d3ec11b4501342675696302e0bfefc27873c4 (patch) | |
tree | e9c6f3cf7722cb573d0dc734a71ec484d3fd907b /libraries/libedit/README | |
parent | 53e2fc61bb93b636c1cf3355c9c30f9c7a130f0e (diff) |
libraries/libedit: Removed (added to Slackware).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/libedit/README')
-rw-r--r-- | libraries/libedit/README | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libraries/libedit/README b/libraries/libedit/README deleted file mode 100644 index b1bcec0aea..0000000000 --- a/libraries/libedit/README +++ /dev/null @@ -1,12 +0,0 @@ -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. |