| Summary: | /usr/libexec/flua interpreter not allowing cursor movement | ||
|---|---|---|---|
| Product: | Base System | Reporter: | 2333 |
| Component: | misc | Assignee: | Kyle Evans <kevans> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | bugs, emaste, kevans |
| Priority: | --- | Keywords: | feature |
| Version: | 12.1-STABLE | Flags: | kevans:
mfc-stable12+
kevans: mfc-stable11- kevans: mfc-stable10- |
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
2333
2020-03-28 09:22:59 UTC
A commit references this bug: Author: kevans Date: Mon Mar 30 18:43:06 UTC 2020 New revision: 359453 URL: https://svnweb.freebsd.org/changeset/base/359453 Log: flua: enable readline bits, courtesy of libedit This is a nicer experience when attempting to run ad-hoc lua bits in the flua REPL. PR: 245121 MFC after: 1 week Changes: head/libexec/flua/Makefile A commit references this bug: Author: kevans Date: Mon Apr 6 04:06:16 UTC 2020 New revision: 359646 URL: https://svnweb.freebsd.org/changeset/base/359646 Log: MFC r359453, r359455 r359453: flua: enable readline bits, courtesy of libedit This is a nicer experience when attempting to run ad-hoc lua bits in the flua REPL. r359455: flua: follow-up to r359453, don't bother with libedit in bootstrap The bootstrap flua should not be used for REPL-like activities; exclude it to save the dependency on libedit and not waste time with it. PR: 245121 Changes: _U stable/12/ stable/12/libexec/flua/Makefile libedit in stable/11 is far enough behind, it's not worth the effort to bring it up to pair with stable/12 and head just for this; closing without touching it. |