From be67df542b563490e8e74251ad3ad5c99aa0aec2 Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Thu, 25 Mar 2010 19:31:38 +0000 Subject: fixes a crash with the input is full --- src/gui.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gui.py') diff --git a/src/gui.py b/src/gui.py index a9c2fa33..7ec1ab73 100644 --- a/src/gui.py +++ b/src/gui.py @@ -112,7 +112,6 @@ class Gui(object): def main_loop(self, stdscr): while 1: stdscr.leaveok(1) - self.window.input.win.move(0, self.window.input.pos) curses.doupdate() try: key = stdscr.getkey() -- cgit v1.2.3