fzy
terminal fuzzy finder picker
git clone https://9o.is/git/fzy.git
commit 5616f75bd897c1e8cb6278d27c215728b417e847 parent 524bdb1bf422a899f684943c74e2a416da1ff164 Author: John Hawthorn <john.hawthorn@gmail.com> Date: Fri, 11 Jul 2014 21:46:17 -0700 Improve comment Diffstat:
| M | fzy.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fzy.c b/fzy.c @@ -132,7 +132,7 @@ void draw(){ } void emit(){ - /* ttyout should be flushed in the case that it is == stdout */ + /* ttyout should be flushed before outputting on stdout */ fclose(ttyout); int i;