laurent.orseau
2021-4-18 09:40:07

I should really make text table accept custom border styles


laurent.orseau
2021-4-18 09:41:09

Should be straightforward, just need the time to do it (and being reminded at the right time :sweat_smile:)


laurent.orseau
2021-4-18 13:32:45

I’ve pushed the support of custom border styles: > (displayln (table->string '((xxx xx xxx) (xx xxxxxxxxxxx xxxxxxxxx) (xxx xxx xxxxx) (xxx xxxxxxxxxxxxx xxxxxxxxxxxx) (xxxxxxxxxxxxx xxx xxxxxxxxxx)) #:border-style '(#\space ("(" " " ")") ("(" "" "") ("" "" "") (")" "" "")) #:framed? #t #:row-sep? #f #:align '(left))) ( (xxx xx xxx ) (xx xxxxxxxxxxx xxxxxxxxx ) (xxx xxx xxxxx ) (xxx xxxxxxxxxxxxx xxxxxxxxxxxx) (xxxxxxxxxxxxx xxx xxxxxxxxxx ) )