fzy
terminal fuzzy finder picker
git clone https://9o.is/git/fzy.git
commit b09ffbbeec6f40711fd93be3f2feacc827e52b6e parent 7cb9d9d7387d49022492565d6f54f8bb52aaecd7 Author: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Date: Sat, 23 Sep 2017 18:11:13 +0200 Fix line maximum line length when scores are shown Diffstat:
| M | src/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)