From a1ddc61af8c9153ba8014b00d9e01c8c111c154f Mon Sep 17 00:00:00 2001 From: jesopo Date: Mon, 5 Dec 2016 23:32:31 +0000 Subject: Reset font just before "(more)" truncation. --- modules/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/commands.py b/modules/commands.py index bf5781d7..8a811e2e 100644 --- a/modules/commands.py +++ b/modules/commands.py @@ -1,6 +1,6 @@ import Utils -STR_MORE = " (more...)" +STR_MORE = "%s (more...)" % Utils.FONT_RESET STR_CONTINUED = "(...continued) " OUT_CUTOFF = 400 -- cgit v1.3.1-10-gc9f91