mirror of
https://github.com/justinian/jsix.git
synced 2025-12-11 08:54:31 -08:00
[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:
@@ -2,7 +2,7 @@
|
||||
|
||||
module("6s",
|
||||
targets = [ "user" ],
|
||||
deps = [ "libc" ],
|
||||
deps = [ "libc", "edit" ],
|
||||
description = "j6 shell",
|
||||
sources = [
|
||||
"main.cpp",
|
||||
|
||||
Reference in New Issue
Block a user