Redraw entry screen on list view initiation

This prevents misplaced text
This commit is contained in:
Mr. Pi
2019-10-10 05:12:37 +02:00
committed by Sebastian Gniazdowski
parent a5cc02cbc6
commit 1aa5321138
+2
View File
@@ -261,6 +261,8 @@ done
last_element="$#list" last_element="$#list"
zcurses clear main redraw
zcurses clear inner redraw
while (( 1 )); do while (( 1 )); do
# Do searching (filtering with string) # Do searching (filtering with string)
if [ -n "$NLIST_SEARCH_BUFFER" ]; then if [ -n "$NLIST_SEARCH_BUFFER" ]; then