Fix all members table keyword args.
This commit is contained in:
parent
f1c3ec70a3
commit
901c472292
1 changed files with 8 additions and 7 deletions
|
@ -337,14 +337,15 @@
|
||||||
brmember-format
|
brmember-format
|
||||||
(list "Name" "Balance" "Last Payment")
|
(list "Name" "Balance" "Last Payment")
|
||||||
(list "~N" "\t~B" "~L"))
|
(list "~N" "\t~B" "~L"))
|
||||||
#:ansi #t
|
#:border '(((#:bottom #:right light) ... (#:bottom light))
|
||||||
#:row0-border #t
|
...
|
||||||
#:col-border #t)))
|
((#:right light) ... none))
|
||||||
|
#:ansi-reset? #t)))
|
||||||
))
|
))
|
||||||
#:ansi #t
|
#:border '(((#:bottom #:right light) ... (#:bottom light))
|
||||||
#:row-border #t
|
...
|
||||||
#:col-border #t
|
((#:right light) ... none))
|
||||||
)))
|
#:ansi-reset? #t)))
|
||||||
(let ((pmrs (find-members-by-predicate mb brmember-has-problems?)))
|
(let ((pmrs (find-members-by-predicate mb brmember-has-problems?)))
|
||||||
(when (not (null? pmrs))
|
(when (not (null? pmrs))
|
||||||
(newline)
|
(newline)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue