1
Fork 0
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:
Conrad Pankoff 2019-08-18 11:57:10 +10:00 committed by Andreas Kling
parent 266b9cb654
commit 36e3e7b75a
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 };
};