added a dedicated pager library
This commit is contained in:
+1
-2
@@ -40,5 +40,4 @@ def print_paged(text):
|
||||
for line in chunk: print(line, end='')
|
||||
if i + REAL_TERM_ROWS < ll:
|
||||
input(CONT_MSG)
|
||||
|
||||
|
||||
print()
|
||||
|
||||
Reference in New Issue
Block a user