fzy
terminal fuzzy finder picker
git clone https://9o.is/git/fzy.git
commit eaf55097a432e1e5952b172b7e8db74c0ba10eba parent 33b8270a0c11cede991f358a981334d7da8a13c3 Author: John Hawthorn <john.hawthorn@gmail.com> Date: Wed, 20 Aug 2014 19:07:38 -0700 Skip unnecessary initial clear. Diffstat:
| M | fzy.c | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/fzy.c b/fzy.c @@ -281,7 +281,6 @@ int main(int argc, char *argv[]){ tty_t tty; tty_init(&tty); - clear(&tty); run(&tty); }