diff options
Diffstat (limited to 'src/windows.py')
-rw-r--r-- | src/windows.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/windows.py b/src/windows.py index bd348859..27439c8e 100644 --- a/src/windows.py +++ b/src/windows.py @@ -889,7 +889,7 @@ class TextWin(Win): offset += 1 if get_theme().CHAR_TIME_RIGHT and message.str_time: offset += 1 - lines = cut_text(self.width-offset, txt) + lines = cut_text(self.width-offset-1, txt) prepend = '' attrs = [] for line in lines: |