mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Introduce basic line input mode
This commit is contained in:
parent
d60363a64c
commit
4801816357
8 changed files with 135 additions and 17 deletions
7
TODO
7
TODO
|
|
@ -26,10 +26,11 @@
|
|||
|
||||
Time is in ms.
|
||||
|
||||
* Line mode feature
|
||||
* Advanced line mode
|
||||
|
||||
Only send line when pressing enter. Maybe even add readline support so one
|
||||
can use all the readline editing feature before sending the line.
|
||||
Current line mode only support backspace editing. Would be nice with arrow
|
||||
key navigation left/right and insert/overwrite support. Also history browsing
|
||||
pressing up/down.
|
||||
|
||||
* Support for interaction using simple autoresponse strings
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue