fzy
terminal fuzzy finder picker
git clone https://9o.is/git/fzy.git
commit 7b8014c7b425ad18fcfc2af668926d88bd612147 parent 6af73b5ea4d7eaa26bf5b8b83a51832cf1b17bf1 Author: John Hawthorn <john.hawthorn@gmail.com> Date: Sat, 9 May 2015 15:32:51 -0700 Fix comment Diffstat:
| M | tty.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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);