boxes/test/180_remove_box_ansi_unicode_broken_indented.cfg
2023-12-02 22:23:43 +01:00

52 lines
3.2 KiB
INI
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# A partially colored box of unicode characters, include double-wide characters.
BOX designA
sample
┏━┳━━━━━━━━━━ 沐宸 若汐 ━━━━━━━━━┳━┓
┃ ┃ ┃ ┃
ほ┃ Lorem ipsum ┃ふ
げ┃ dolor sit amet ┃が
ほ┃ consectetur adipiscing elit, ┃ふ
げ┃ sed do eiusmod tempor. ┃が
┣━╋━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╋━┫
┗━┻━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┻━┛
ends
# Monochrome sample:
# ┏━┳━━━━━━━━━━ 沐宸 若汐 ━━━━━━━━━┳━┓
# ┃ ┃ ┃ ┃
# ほ┃ Lorem ipsum ┃ふ
# げ┃ dolor sit amet ┃が
# ほ┃ consectetur adipiscing elit, ┃ふ
# げ┃ sed do eiusmod tempor. ┃が
# ┣━╋━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╋━┫
# ┗━┻━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┻━┛
shapes {
n (" 沐宸 若汐 ",
" ")
nw ("┏━┳", "┃ ┃")
nnw ("━", " ")
nne ("━", " ")
ne ("┳━┓", "┃ ┃")
e ("┃ふ",
"┃が")
w ("ほ┃",
"げ┃")
se ("╋━┫",
"┻━┛")
s ("━", "━")
sw ("┣━╋", "┗━┻")
}
elastic (
nnw, nne, e, w, s
)
padding {
horiz 1
}
END designA