]> ruderich.org/simon Gitweb - fcscs/fcscs.git/blobdiff - bin/fcscs
fix typo in documentation
[fcscs/fcscs.git] / bin / fcscs
index 7a492e9784d54136ecb8eef5f5c75279a590383e..922d755330ae5d5cbbd56a8d10550ce76e849e3d 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,
@@ -1143,9 +1148,9 @@ my %setting = (
 
 =over
 
-=item B<url>  used by C<\&mapping_mode_url()>
+=item B<url>  used by C<\&mapping_mode_url>
 
-=item B<path> used by C<\&mapping_mode_path()>
+=item B<path> used by C<\&mapping_mode_path>
 
 =back