summaryrefslogtreecommitdiff
path: root/src/buffers.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffers.py')
-rw-r--r--src/buffers.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buffers.py b/src/buffers.py
index d4af680d..31e227dc 100644
--- a/src/buffers.py
+++ b/src/buffers.py
@@ -491,6 +491,7 @@ class TextWin(Win):
if txt.startswith('\n'):
txt = txt[1:]
first = False
+ log.debug('%s built\n' % len(lines))
return lines
return lines[-len(messages):] # return only the needed number of lines