Use table width limit.
This commit is contained in:
parent
92cfbb699d
commit
d5c94cb52c
1 changed files with 3 additions and 3 deletions
|
@ -296,9 +296,8 @@
|
|||
#f
|
||||
(list (string-append "\t" label)
|
||||
(length mrs)
|
||||
(ansi-paragraph-format
|
||||
(member-records->string mrs fmt)
|
||||
60)))))
|
||||
))))
|
||||
|
||||
;; Prints nicely aligned members base info
|
||||
(define (print-members-base-table mb)
|
||||
|
@ -384,6 +383,7 @@
|
|||
#:border '(((#:bottom #:right light) ... (#:bottom light))
|
||||
...
|
||||
((#:right light) ... none))
|
||||
#:width 70
|
||||
#:ansi-reset? #t)))
|
||||
(let ((pmrs (find-members-by-predicate mb brmember-file-has-problems?)))
|
||||
(when (not (null? pmrs))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue