diff options
author | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-02-11 13:10:22 +0000 |
---|---|---|
committer | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-02-11 13:10:22 +0000 |
commit | fa58dce0f83c8157594300215c15a6253f46844b (patch) | |
tree | 0ea55cc0b4f8ada763bb3a68b798127d5564e9f8 /src/window.py | |
parent | e6d1b3f1fe92e8555673107894803919f2966481 (diff) | |
download | poezio-fa58dce0f83c8157594300215c15a6253f46844b.tar.gz poezio-fa58dce0f83c8157594300215c15a6253f46844b.tar.bz2 poezio-fa58dce0f83c8157594300215c15a6253f46844b.tar.xz poezio-fa58dce0f83c8157594300215c15a6253f46844b.zip |
corrige un bug pourri du resize
Diffstat (limited to 'src/window.py')
-rw-r--r-- | src/window.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/window.py b/src/window.py index 857d441e..93daa87c 100644 --- a/src/window.py +++ b/src/window.py @@ -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) |