fzy
terminal fuzzy finder picker
git clone https://9o.is/git/fzy.git
commit a196273f3ab0f224863217ac50ca5916abdfe1d6 parent 32b16ffbd9861b71162c720b761e6d870ec8f548 Author: John Hawthorn <john.hawthorn@gmail.com> Date: Sat, 16 Aug 2014 20:45:00 -0700 Flush at end of clear Diffstat:
| M | fzy.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fzy.c b/fzy.c @@ -95,7 +95,7 @@ void clear(tty_t *tty){ tty_newline(tty); } tty_moveup(tty, line-1); - tty_setcol(tty, 0); + tty_flush(tty); } #define TTY_COLOR_HIGHLIGHT TTY_COLOR_YELLOW