1
Fork 0
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:
Andreas Kling 2018-11-16 20:18:58 +01:00
parent 4e2c2b9748
commit a788e85c09
7 changed files with 51 additions and 30 deletions

View file

@ -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();