diff options
author | Rebecca Turner <rbt@sent.as> | 2024-09-08 18:37:28 -0700 |
---|---|---|
committer | Rebecca Turner <rbt@sent.as> | 2024-09-16 10:48:20 -0700 |
commit | 7ae0409989187d44044c4cd6f274f0a02ec5f826 (patch) | |
tree | a8c0d1e6f64687204776118c90a0dfa713b710bd /src/libutil/experimental-features.cc | |
parent | e9505dcc5a0ff259b9e284e9e617486e81a1ff6f (diff) |
Remove readline support
Lix cannot be built with GNU readline, and we would "rather not" be GPL.
Change-Id: I0e86f0f10dab966ab1d1d467fb61fd2de50c00de
Diffstat (limited to 'src/libutil/experimental-features.cc')
-rw-r--r-- | src/libutil/experimental-features.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/experimental-features.cc b/src/libutil/experimental-features.cc index 35982c28c..bb7a95a24 100644 --- a/src/libutil/experimental-features.cc +++ b/src/libutil/experimental-features.cc @@ -247,7 +247,7 @@ constexpr std::array<ExperimentalFeatureDetails, numXpFeatures> xpFeatureDetails .tag = Xp::ReplAutomation, .name = "repl-automation", .description = R"( - Makes the repl not use readline/editline, print ENQ (U+0005) when ready for a command, and take commands followed by newline. + Makes the repl not use editline, print ENQ (U+0005) when ready for a command, and take commands followed by newline. )", }, }}; |