diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2022-08-27 14:35:07 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2022-08-27 15:06:27 +0200 |
commit | c0996fcbe75bd9003476337434ffc205749c3bdf (patch) | |
tree | a5b4bc510fe5062599cf54f2ba662bb938292550 /README.adoc | |
parent | 03d8ea4c5ae9d33fc0bb06040b66bae02bd9eae6 (diff) | |
download | xK-c0996fcbe75bd9003476337434ffc205749c3bdf.tar.gz xK-c0996fcbe75bd9003476337434ffc205749c3bdf.tar.xz xK-c0996fcbe75bd9003476337434ffc205749c3bdf.zip |
xC: normalize BSD Editline's history behaviour
Now it's a realistically useful frontend.
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/README.adoc b/README.adoc index 7112a41..9d61d8c 100644 --- a/README.adoc +++ b/README.adoc @@ -77,9 +77,6 @@ Runtime dependencies: openssl + Additionally for 'xC': curses, libffi, lua >= 5.3 (optional), readline >= 6.0 or libedit >= 2013-07-12 -Avoid libedit if you can, in general it works but at the moment history is -acting up and I have no clue about fixing it. - $ git clone --recursive https://git.janouch.name/p/xK.git $ mkdir xK/build $ cd xK/build |