chickadee » s9fes-char-graphics » canvas-print

canvas-print CANVAS #!optional FRAMEprocedure

Prints the CANVAS, one row per line, with an optional frame.

FRAME
(vector char char char char char char char char) ; top/bottom horizontal, top/bottom vertical, corner top left/right & bottom left/right chars; default #(#\- #\- #\| #\| #\+ #\+ #\+ #\+).
FRAME
#t ; use ASCII-FRAME-CHARS.
ASCII-FRAME-CHARS
#(#\- #\- #\| #\| #\+ #\+ #\+ #\+)
THIN-FRAME-CHARS
#(#\─ #\─ #\│ #\│ #\┌ #\┐ #\└ #\┘)
THICK-FRAME-CHARS
#(#\━ #\━ #\┃ #\┃ #\┏ #\┓ #\┗ #\┛)