fzy

terminal fuzzy finder picker

git clone https://9o.is/git/fzy.git

commit 08367bd2446f926ce31824a0d9ecfb432b886589
parent 7cb9d9d7387d49022492565d6f54f8bb52aaecd7
Author: John Hawthorn <john.hawthorn@gmail.com>
Date:   Thu,  5 Oct 2017 14:23:19 -0700

Merge pull request #54 from neuschaefer/score

Fix line maximum line length when scores are shown
Diffstat:
Msrc/tty_interface.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/tty_interface.c b/src/tty_interface.c @@ -42,6 +42,7 @@ static void draw_match(tty_interface_t *state, const char *choice, int selected) } else { tty_printf(tty, "(%5.2f) ", score); } + maxwidth -= 8; } if (selected)