summaryrefslogtreecommitdiff
path: root/poezio/core/core.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/core/core.py')
-rw-r--r--poezio/core/core.py2
1 files changed, 1 insertions, 1 deletions
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):