Prepare for ANSI resets.
This commit is contained in:
parent
0806be2420
commit
60850f60b0
2 changed files with 13 additions and 8 deletions
|
@ -75,7 +75,8 @@
|
|||
#:border (border-spec '((none ...) ...))
|
||||
#:widths (widths-spec '(0 ...))
|
||||
#:width (width #f)
|
||||
#:unicode? (unicode? (eq? (*table-border-style*) 'unicode)))
|
||||
#:unicode? (unicode? (eq? (*table-border-style*) 'unicode))
|
||||
#:ansi-reset? (ansi-reset? #f))
|
||||
(let-values (((ptbl col-widths)
|
||||
(table-prepare tbl width widths-spec)))
|
||||
(let* ((num-columns (length (car tbl)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue