diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-03-29 21:07:53 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-03-29 21:07:53 +0200 |
commit | 51cebe7bdc24fbeecd6b4ed0bd87760b84a2ef3b (patch) | |
tree | 7dcf3a431daaeb200dba00ea6d33c8068d2b0202 /src/core.py | |
parent | 42f4d555125ef3616e630b3e502285c496d382fc (diff) | |
download | poezio-51cebe7bdc24fbeecd6b4ed0bd87760b84a2ef3b.tar.gz poezio-51cebe7bdc24fbeecd6b4ed0bd87760b84a2ef3b.tar.bz2 poezio-51cebe7bdc24fbeecd6b4ed0bd87760b84a2ef3b.tar.xz poezio-51cebe7bdc24fbeecd6b4ed0bd87760b84a2ef3b.zip |
Remove the xhtml-im that was inserted for debug, add the start of a method to enter attributes in Inputs, convert \n to <br /> in xhtml_im bodies and put that body in a <p> element
Diffstat (limited to 'src/core.py')
-rw-r--r-- | src/core.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core.py b/src/core.py index 83ab0683..2ddf143d 100644 --- a/src/core.py +++ b/src/core.py @@ -665,6 +665,7 @@ class Core(object): curses.curs_set(1) curses.noecho() curses.nonl() + curses.raw() theme.init_colors() stdscr.keypad(True) curses.ungetch(" ") # H4X: without this, the screen is |