diff options
Diffstat (limited to 'src/window.py')
-rw-r--r-- | src/window.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.py b/src/window.py index 1461b247..7d8a5e60 100644 --- a/src/window.py +++ b/src/window.py @@ -248,7 +248,7 @@ class TextWin(Win): if txt.startswith('\n'): txt = txt[1:] first = False - return lines[-len(messages):]# return only the needed number of lines + return lines[-len(messages):] # return only the needed number of lines def refresh(self, room): """ |