corrige un bug pourri du resize
This commit is contained in:
parent
e6d1b3f1fe
commit
fa58dce0f8
1 changed files with 0 additions and 2 deletions
|
@ -219,8 +219,6 @@ class Input(Win):
|
|||
if not visible:
|
||||
return
|
||||
self._resize(height, width, y, x, stdscr)
|
||||
self.input = curses.textpad.Textbox(self.win)
|
||||
self.input.insert_mode = True
|
||||
self.win.clear()
|
||||
self.win.addnstr(0, 0, self.text.encode('utf-8'), self.width-1)
|
||||
|
||||
|
|
Loading…
Reference in a new issue