]> ruderich.org/simon Gitweb - fcscs/fcscs.git/blobdiff - bin/fcscs
mapping_mode_search: add debug output
[fcscs/fcscs.git] / bin / fcscs
index 7a492e9784d54136ecb8eef5f5c75279a590383e..2ed479dc198f15cf5710835a15ff8c40520c5cb4 100755 (executable)
--- 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,