Basic support for table ansi resets.

This commit is contained in:
Dominik Pantůček 2023-06-15 16:45:35 +02:00
parent 60850f60b0
commit 97dd257780
4 changed files with 18 additions and 10 deletions

View file

@ -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)))