mirror of
https://github.com/tio/tio.git
synced 2026-05-01 23:07:58 +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
|
|
@ -34,6 +34,7 @@ typedef enum
|
|||
{
|
||||
INPUT_MODE_NORMAL,
|
||||
INPUT_MODE_HEX,
|
||||
INPUT_MODE_LINE,
|
||||
INPUT_MODE_END,
|
||||
} input_mode_t;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue