Update query line after update_list call

This commit is the workaround for the curses issue where the query
string on the screen is truncated after the cursor when the list is
updated: e.g. `aaac|bbb`
pull/17/head
Junegunn Choi 11 years ago
parent 9a49a29c7f
commit 655fa5d9aa

3
fzf

@ -10,7 +10,7 @@
# URL: https://github.com/junegunn/fzf
# Author: Junegunn Choi
# License: MIT
# Last update: November 20, 2013
# Last update: November 24, 2013
#
# Copyright (c) 2013 Junegunn Choi
#
@ -630,6 +630,7 @@ class FZF
print_item row, tokens, chosen, selected
end
print_info
print_input
end
end

Loading…
Cancel
Save