summaryrefslogtreecommitdiffstats
path: root/libraries/libedit/README
diff options
context:
space:
mode:
author LEVAI Daniel2014-03-03 23:36:55 +0100
committer Willy Sudiarto Raharjo2014-03-03 23:36:55 +0100
commitd18722f3dda4de0f45fc4594456796eb401b4b29 (patch)
tree242e5b41cfb22e681da4ec92137fff5582c5cd71 /libraries/libedit/README
parent2701aa8268c6a03358147e6e4e5ced3dc4f89677 (diff)
downloadslackbuilds-d18722f3dda4de0f45fc4594456796eb401b4b29.tar.gz
libraries/libedit: Updated for version 20140213-3.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libedit/README')
-rw-r--r--libraries/libedit/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/libedit/README b/libraries/libedit/README
index 0d54bbe870..026d498ff5 100644
--- a/libraries/libedit/README
+++ b/libraries/libedit/README
@@ -2,3 +2,10 @@ 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.