aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGravatar jesopo2016-12-05 23:32:31 +0000
committerGravatar jesopo2016-12-05 23:32:31 +0000
commita1ddc61af8c9153ba8014b00d9e01c8c111c154f (patch)
tree1d79f3a65a7221ebdfcd9ecbaa5a42d07cb4fc85 /modules
parentRemember the filtered output, not the entire service list for !nrservice (diff)
Reset font just before "(more)" truncation.
Diffstat (limited to 'modules')
-rw-r--r--modules/commands.py2
1 files changed, 1 insertions, 1 deletions
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