mirror of
https://github.com/z-shell/zsh-navigation-tools.git
synced 2026-08-12 22:31:29 +04:00
Redraw entry screen on list view initiation
This prevents misplaced text
This commit is contained in:
committed by
Sebastian Gniazdowski
parent
a5cc02cbc6
commit
1aa5321138
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user