mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 19:38:12 +00:00
Refactor TTY signal generation a bit.
We now respect the VINTR and VQUIT control characters in the termios.
This commit is contained in:
parent
4e2c2b9748
commit
a788e85c09
7 changed files with 51 additions and 30 deletions
|
@ -27,7 +27,7 @@ private:
|
|||
virtual String ttyName() const override;
|
||||
|
||||
void set_active(bool);
|
||||
void on_char(byte, bool shouldEmit);
|
||||
void on_char(byte);
|
||||
|
||||
void get_vga_cursor(byte& row, byte& column);
|
||||
void flush_vga_cursor();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue