Compatibility layer for table-old style.
This commit is contained in:
parent
3da5d55530
commit
0806be2420
3 changed files with 9 additions and 5 deletions
|
@ -41,7 +41,9 @@
|
|||
racket-kwargs
|
||||
table-processor
|
||||
table-border
|
||||
table-style)
|
||||
table-style
|
||||
(only table-old *table-border-style*)
|
||||
)
|
||||
|
||||
(define (print-table . args)
|
||||
(print (apply table->string args)))
|
||||
|
@ -73,7 +75,7 @@
|
|||
#:border (border-spec '((none ...) ...))
|
||||
#:widths (widths-spec '(0 ...))
|
||||
#:width (width #f)
|
||||
#:unicode? (unicode? #t))
|
||||
#:unicode? (unicode? (eq? (*table-border-style*) 'unicode)))
|
||||
(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