summaryrefslogtreecommitdiff
path: root/src/gui.py
diff options
context:
space:
mode:
authorlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-02-01 14:51:52 +0000
committerlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-02-01 14:51:52 +0000
commita47b1e6fb354bbed3b4784a9ca95a10bcdad0fc8 (patch)
tree6cbdade38e4e56732f281acf15220a6e4fd57143 /src/gui.py
parentfb783bdc53bbdfd492b30e2b08a34bb566e8c39d (diff)
downloadpoezio-a47b1e6fb354bbed3b4784a9ca95a10bcdad0fc8.tar.gz
poezio-a47b1e6fb354bbed3b4784a9ca95a10bcdad0fc8.tar.bz2
poezio-a47b1e6fb354bbed3b4784a9ca95a10bcdad0fc8.tar.xz
poezio-a47b1e6fb354bbed3b4784a9ca95a10bcdad0fc8.zip
nouvelle gestion des traceback, beaucoup mieux pour debuguer
Diffstat (limited to 'src/gui.py')
-rw-r--r--src/gui.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui.py b/src/gui.py
index f476ec31..5520f1d1 100644
--- a/src/gui.py
+++ b/src/gui.py
@@ -154,7 +154,6 @@ class Gui(object):
self.init_curses(stdscr)
self.stdscr = stdscr
- self.stdscr.leaveok(1)
self.rooms = [Room('Info', '')] # current_room is self.rooms[0]
self.window = Window(stdscr)
self.window.text_win.new_win('Info')