From dbd5a5a0bb017c13386dd0711383183c77f0880f Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Sat, 9 May 2015 15:32:51 -0700 Subject: Fix comment --- tty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3