worldwideportal/src/lineengine
2024-08-23 23:37:58 +10:00
..
rustyline-async@d589463925 Start process of implementing Lua to frame connection. 2024-08-16 21:39:39 +10:00
history.rs Improve history handling with regards to position and duplicates 2024-08-17 22:09:06 +10:00
line.rs Support vsplit from in Lua. 2024-08-23 23:37:58 +10:00
README.md Start process of implementing Lua to frame connection. 2024-08-16 21:39:39 +10:00

The code is this directory is a hacked and cut back version of https://github.com/zyansheep/rustyline-async

In particular, we only use the history and line state machine part of it, not the intended async interface of that crate (which is not a good fit for our needs, and uses standard input).

rustyline-async was released into the public domain under the Unlicense. Thank you to the original authors!