Remove the -*terminal_width() to save space on screen.

This commit is contained in:
Oleksandr Kozachuk
2023-09-09 19:24:45 +02:00
parent a895c1fc6a
commit 2b62cb8c4b
2 changed files with 1 additions and 14 deletions
-1
View File
@@ -204,7 +204,6 @@ class Chat:
output.append(message.to_str(source_code_only=True))
continue
output.append(message.to_str(with_tags, with_files))
output.append('\n' + ('-' * terminal_width()) + '\n')
if paged:
print_paged('\n'.join(output))
else: