mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-22 04:45:14 +00:00
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`
This commit is contained in:
parent
9a49a29c7f
commit
655fa5d9aa
3
fzf
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…
Reference in New Issue
Block a user