Shell: Support forward delete

This commit is contained in:
Conrad Pankoff 2019-08-18 11:57:10 +10:00 committed by Andreas Kling
commit 36e3e7b75a
Notes: sideshowbarker 2024-07-19 12:38:08 +09:00
2 changed files with 24 additions and 0 deletions

View file

@ -32,6 +32,7 @@ private:
Free,
ExpectBracket,
ExpectFinal,
ExpectTerminator,
};
InputState m_state { InputState::Free };
};