From e016305c2bea51c9bd2ccc8d2571f7fcea672079 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Tue, 11 Jan 2011 19:56:40 +0100 Subject: And fix the on_enter again (for commands) --- src/windows.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/windows.py') diff --git a/src/windows.py b/src/windows.py index 2bfbdec6..0c97a8db 100644 --- a/src/windows.py +++ b/src/windows.py @@ -704,7 +704,6 @@ class Input(Win): return len(self.text) == 0 def resize(self, height, width, y, x, stdscr): - self._resize(height, width, y, x, stdscr) self._win.erase() self.addnstr(0, 0, self.text, self.width-1) -- cgit v1.2.3