mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-07 00:29:15 +00:00
Shell: Allow non-exhaustive 'case' statements in POSIX
This commit is contained in:
parent
ef551a045d
commit
8a042cd9cb
Notes:
sideshowbarker
2024-07-17 06:51:40 +09:00
Author: https://github.com/alimpfard
Commit: 8a042cd9cb
Pull-request: https://github.com/SerenityOS/serenity/pull/18429
Reviewed-by: https://github.com/nico ✅
2 changed files with 5 additions and 1 deletions
|
@ -308,6 +308,8 @@ public:
|
|||
|
||||
void notify_child_event();
|
||||
|
||||
bool posix_mode() const { return m_in_posix_mode; }
|
||||
|
||||
struct termios termios;
|
||||
struct termios default_termios;
|
||||
bool was_interrupted { false };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue