From 5cca6ab28c9a753bc9f9674073736e170d5b5290 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Thu, 28 Jan 2016 18:53:03 +0100 Subject: [PATCH] mapping_mode_search: add debug output --- bin/fcscs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/fcscs b/bin/fcscs index 8194f94..2ed479d 100755 --- 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, -- 2.43.2