summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2011-09-10 20:14:00 +0200
committerFlorent Le Coz <louiz@louiz.org>2011-09-10 20:14:00 +0200
commit555b915669a7127302d2b992930f1721a8d0867c (patch)
tree41868b5aa41e0e95be06b12dad51b7c694b0e17c /src
parent1ed0581357e03112f47e24750cd952075d3174df (diff)
downloadpoezio-555b915669a7127302d2b992930f1721a8d0867c.tar.gz
poezio-555b915669a7127302d2b992930f1721a8d0867c.tar.bz2
poezio-555b915669a7127302d2b992930f1721a8d0867c.tar.xz
poezio-555b915669a7127302d2b992930f1721a8d0867c.zip
w t f
t f
Diffstat (limited to 'src')
-rw-r--r--src/windows.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/windows.py b/src/windows.py
index 7264e2ca..7d138ad2 100644
--- a/src/windows.py
+++ b/src/windows.py
@@ -540,6 +540,7 @@ class TextWin(Win):
message.
"""
if message is None: # line separator
+ log.debug('je build NON, cool non ? +++++++++++++++++++++++++++')
self.built_lines.append(None)
return 0
txt = message.txt
@@ -587,6 +588,7 @@ class TextWin(Win):
self._win.erase()
for y, line in enumerate(lines):
if line is None:
+ log.debug('COUCOU JE SUIS NONE\n\n-----------------')
self.write_line_separator()
else:
msg = line.msg