Use refresh_input in core.information() to avoid traceback.
This commit is contained in:
parent
db17f6516c
commit
a9e2a0177b
1 changed files with 1 additions and 1 deletions
|
@ -1450,7 +1450,7 @@ class Core(object):
|
||||||
else:
|
else:
|
||||||
if self.information_win_size != 0:
|
if self.information_win_size != 0:
|
||||||
self.information_win.refresh()
|
self.information_win.refresh()
|
||||||
self.current_tab().input.refresh()
|
self.current_tab().refresh_input()
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def _init_curses(self, stdscr):
|
def _init_curses(self, stdscr):
|
||||||
|
|
Loading…
Reference in a new issue