diff options
| author | 2016-12-05 23:32:31 +0000 | |
|---|---|---|
| committer | 2016-12-05 23:32:31 +0000 | |
| commit | a1ddc61af8c9153ba8014b00d9e01c8c111c154f (patch) | |
| tree | 1d79f3a65a7221ebdfcd9ecbaa5a42d07cb4fc85 /modules | |
| parent | Remember 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.py | 2 |
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 |
