X-Git-Url: https://ruderich.org/simon/gitweb/?p=fcscs%2Ffcscs.git;a=blobdiff_plain;f=bin%2Ffcscs;h=2ed479dc198f15cf5710835a15ff8c40520c5cb4;hp=7a492e9784d54136ecb8eef5f5c75279a590383e;hb=5cca6ab28c9a753bc9f9674073736e170d5b5290;hpb=a2fcae71869449f4ba923a91bf35f8102374c442 diff --git a/bin/fcscs b/bin/fcscs index 7a492e9..2ed479d 100755 --- a/bin/fcscs +++ b/bin/fcscs @@ -830,6 +830,11 @@ sub mapping_mode_search { $screen->cursor(0); + $screen->prompt(name => undef, value => undef); # clear prompt + $screen->draw_prompt($config); + + $screen->debug('mapping_mode_search', 'done'); + return { select => 'search', matches => \@last_matches,