summaryrefslogtreecommitdiffstats
path: root/layman/overlays/overlay.py
diff options
context:
space:
mode:
Diffstat (limited to 'layman/overlays/overlay.py')
-rwxr-xr-x[-rw-r--r--]layman/overlays/overlay.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/layman/overlays/overlay.py b/layman/overlays/overlay.py
index 8eaa77e..2e900e8 100644..100755
--- a/layman/overlays/overlay.py
+++ b/layman/overlays/overlay.py
@@ -526,7 +526,7 @@ class Overlay(object):
mtype = ' [' + pad(_type, 10) + ']'
if not width:
- width = terminal_width()
+ width = terminal_width()-1
srclen = width - 43
source = ', '.join(self.source_uris())
if len(source) > srclen: