SlackBuildsOrg/libraries/libedit
LEVAI Daniel 723b54371f libraries/libedit: Updated for version 20140620_3.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-08-03 09:37:47 +07:00
..
libedit.info libraries/libedit: Updated for version 20140620_3.1. 2014-08-03 09:37:47 +07:00
libedit.SlackBuild libraries/libedit: Updated for version 20140620_3.1. 2014-08-03 09:37:47 +07:00
README libraries/libedit: Updated for version 20140213-3.1. 2014-03-04 05:36:55 +07:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

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.