enable special key signal generation

This commit is contained in:
user
2025-07-08 19:57:01 -04:00
parent 4f44c2fc34
commit b36242c78d

View File

@@ -75,7 +75,7 @@ Aquarium::Aquarium() {
// Set terminal to raw mode
struct termios raw = original_termios;
raw.c_lflag &= ~(ECHO | ICANON | ISIG);
raw.c_lflag &= ~(ECHO | ICANON);
raw.c_iflag &= ~(IXON | ICRNL);
raw.c_oflag &= ~(OPOST);
raw.c_cc[VMIN] = 0; // Non-blocking read