summaryrefslogtreecommitdiff
path: root/interface/pager.py
diff options
context:
space:
mode:
Diffstat (limited to 'interface/pager.py')
-rwxr-xr-xinterface/pager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface/pager.py b/interface/pager.py
index 901c431..3f4b5b2 100755
--- a/interface/pager.py
+++ b/interface/pager.py
@@ -71,7 +71,7 @@ class Pager:
def display_many(self, s, split=False):
with self._lock:
- if split:
+ if split and self._lines:
self._lines.append("")
self._actual.append("")
for l in s: