Shell: Allow non-exhaustive 'case' statements in POSIX

This commit is contained in:
Ali Mohammad Pur 2023-04-19 12:16:23 +03:30 committed by Ali Mohammad Pur
commit 8a042cd9cb
Notes: sideshowbarker 2024-07-17 06:51:40 +09:00
2 changed files with 5 additions and 1 deletions

View file

@ -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 };