mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-23 10:50:49 +00:00
Shell: Support forward delete
This commit is contained in:
parent
266b9cb654
commit
36e3e7b75a
Notes:
sideshowbarker
2024-07-19 12:38:08 +09:00
Author: https://github.com/deoxxa
Commit: 36e3e7b75a
Pull-request: https://github.com/SerenityOS/serenity/pull/461
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