From a9e2a0177bd705a367d5a161be6a0a5b77bbb79d Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Thu, 25 Jan 2018 21:37:40 +0100 Subject: Use refresh_input in core.information() to avoid traceback. --- poezio/core/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poezio/core/core.py b/poezio/core/core.py index 9d2d0856..fc76be9b 100644 --- a/poezio/core/core.py +++ b/poezio/core/core.py @@ -1450,7 +1450,7 @@ class Core(object): else: if self.information_win_size != 0: self.information_win.refresh() - self.current_tab().input.refresh() + self.current_tab().refresh_input() return True def _init_curses(self, stdscr): -- cgit v1.2.3