[edit] Add line-editing library, libedit

Now used by the 6s shell to enable backspace, return, etc. No cursor
movement yet or anything complex.
This commit is contained in:
2024-04-27 16:21:46 -07:00
parent 2d7cfc6c59
commit da9041823b
6 changed files with 238 additions and 18 deletions

View File

@@ -2,7 +2,7 @@
module("6s",
targets = [ "user" ],
deps = [ "libc" ],
deps = [ "libc", "edit" ],
description = "j6 shell",
sources = [
"main.cpp",