summaryrefslogtreecommitdiff
path: root/src/core.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2011-05-11 14:33:22 +0200
committermathieui <mathieui@mathieui.net>2011-05-11 14:33:22 +0200
commitc631673cf315dcaadb0c2a76a9e0d62dc840766b (patch)
treef0d2c031055ffc8ba56349725e257d7b5a79369a /src/core.py
parent4a007eb42b8a44ce0ae2195d88962a7b1eebffc5 (diff)
downloadpoezio-c631673cf315dcaadb0c2a76a9e0d62dc840766b.tar.gz
poezio-c631673cf315dcaadb0c2a76a9e0d62dc840766b.tar.bz2
poezio-c631673cf315dcaadb0c2a76a9e0d62dc840766b.tar.xz
poezio-c631673cf315dcaadb0c2a76a9e0d62dc840766b.zip
should fix #2161, and enable xhtml-im while in debug
Diffstat (limited to 'src/core.py')
-rw-r--r--src/core.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core.py b/src/core.py
index 6cb6efa5..f5980af1 100644
--- a/src/core.py
+++ b/src/core.py
@@ -733,8 +733,7 @@ class Core(object):
curses.curs_set(1)
curses.noecho()
curses.nonl()
- if not options.debug:
- curses.raw()
+ curses.raw()
theme.init_colors()
stdscr.idlok(True)
stdscr.keypad(True)