From a2487880bae64aa72c98f20111a063200831a74b Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Thu, 28 Jan 2016 18:51:29 +0100 Subject: [PATCH] search mode: fix prompt drawing when aborting selection mode --- bin/fcscs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/fcscs b/bin/fcscs index 7a492e9..8194f94 100755 --- a/bin/fcscs +++ b/bin/fcscs @@ -830,6 +830,9 @@ sub mapping_mode_search { $screen->cursor(0); + $screen->prompt(name => undef, value => undef); # clear prompt + $screen->draw_prompt($config); + return { select => 'search', matches => \@last_matches, -- 2.43.2