Basic support for table ansi resets.
This commit is contained in:
parent
60850f60b0
commit
97dd257780
4 changed files with 18 additions and 10 deletions
|
@ -177,6 +177,7 @@
|
|||
(list "" 1 2 3 4 5 6 7 8 9 10 11 12))
|
||||
(member-calendar->years-table mc))))
|
||||
(table->string data
|
||||
#:ansi-reset? #t
|
||||
#:border '(((light #:top #:left none) (light #:top none) ... (light #:top #:right none))
|
||||
((light #:left none) light ... (light #:right none)) ...
|
||||
((light #:bottom #:left none) (light #:bottom none) ... (light #:bottom #:right none)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue