]> ruderich.org/simon Gitweb - fcscs/fcscs.git/commitdiff
mapping_mode_search: add debug output
authorSimon Ruderich <simon@ruderich.org>
Thu, 28 Jan 2016 17:53:03 +0000 (18:53 +0100)
committerSimon Ruderich <simon@ruderich.org>
Thu, 28 Jan 2016 17:53:03 +0000 (18:53 +0100)
bin/fcscs

index 8194f9410c580991a4a8b08ab047ed1b1a44007a..2ed479dc198f15cf5710835a15ff8c40520c5cb4 100755 (executable)
--- a/bin/fcscs
+++ b/bin/fcscs
@@ -833,6 +833,8 @@ sub mapping_mode_search {
     $screen->prompt(name => undef, value => undef); # clear prompt
     $screen->draw_prompt($config);
 
+    $screen->debug('mapping_mode_search', 'done');
+
     return {
         select  => 'search',
         matches => \@last_matches,