Use table width limit.

This commit is contained in:
Dominik Pantůček 2023-07-02 19:49:19 +02:00
parent 92cfbb699d
commit d5c94cb52c

View file

@ -296,9 +296,8 @@
#f
(list (string-append "\t" label)
(length mrs)
(ansi-paragraph-format
(member-records->string mrs fmt)
60)))))
(member-records->string mrs fmt)
))))
;; 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))