mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:47:36 +00:00
Shell: Support forward delete
This commit is contained in:
parent
266b9cb654
commit
36e3e7b75a
2 changed files with 24 additions and 0 deletions
|
@ -32,6 +32,7 @@ private:
|
|||
Free,
|
||||
ExpectBracket,
|
||||
ExpectFinal,
|
||||
ExpectTerminator,
|
||||
};
|
||||
InputState m_state { InputState::Free };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue