changeset 2211:902f271743b0

Make readline_refresh_screen() re-enable the keypad This is sometimes needed after a Pinentry popup. Thanks to Paul Fertser for the hint.
author Mikael Berthe <mikael@lilotux.net>
date Sun, 25 Oct 2015 14:55:12 +0100
parents ea90906cb691
children 778280b01bcb
files mcabber/mcabber/screen.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/mcabber/screen.c	Fri Oct 23 20:47:26 2015 +0200
+++ b/mcabber/mcabber/screen.c	Sun Oct 25 14:55:12 2015 +0100
@@ -3753,6 +3753,7 @@
 void readline_refresh_screen(void)
 {
   scr_check_auto_away(TRUE);
+  keypad(inputWnd, TRUE);
   parse_colors();
   scr_Resize();
   redrawwin(stdscr);