summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgwenn <gtreguier@gmail.com>2023-06-24 08:12:23 +0200
committergwenn <gtreguier@gmail.com>2023-06-24 08:12:23 +0200
commit3caab9ff33286062ed2842a3b8ca291164a5c564 (patch)
tree15720f16be75fd78d5a942ebab3a32b59befbbcc
parentb7fb0e388709bf7b294479621497e72fe8c3ffc6 (diff)
downloadrustyline-3caab9ff33286062ed2842a3b8ca291164a5c564.zip
Misc
-rw-r--r--Features.md2
-rw-r--r--History.md6
2 files changed, 1 insertions, 7 deletions
diff --git a/Features.md b/Features.md
index 6bf6e9d..f5123f1 100644
--- a/Features.md
+++ b/Features.md
@@ -23,7 +23,7 @@ Suspend: Control-Z
| prompt-toolkit | | X | |
| reedline | | X | |
| replxx | X | | X |
-| rustyline | | | |
+| rustyline | | X | |
| termwiz | | X | \* |
Editable History: any history entry can be edited and saved\
diff --git a/History.md b/History.md
index 0549dde..25f05f1 100644
--- a/History.md
+++ b/History.md
@@ -30,9 +30,3 @@ PathInfo
path: Path,
modified: SystemTime,
```
-
----
-
-With `termwiz`, you can define your own `History` backend.
-`termwiz` does not specify anything how the history is persisted.
-Only how to access / search history entry.