summaryrefslogtreecommitdiff
path: root/tty.c
diff options
context:
space:
mode:
Diffstat (limited to 'tty.c')
-rw-r--r--tty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tty.c b/tty.c
index 31fa095..7e1c3d8 100644
--- a/tty.c
+++ b/tty.c
@@ -33,7 +33,7 @@ void tty_init(tty_t *tty, const char *tty_filename){
* Disable both of
* ICANON Canonical input (erase and kill processing).
* ECHO Enable echo.
- * ISIG Disable signals from control characters
+ * ISIG Enable signals from control characters
*/
new_termios.c_lflag &= ~(ICANON | ECHO | ISIG);