update how newlines are handled
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-04-27 04:04:04 +09:00
commit 21e2f2d599
Signed by: nishi
GPG key ID: 27EF69B208EB9343
4 changed files with 63 additions and 40 deletions

View file

@ -266,7 +266,7 @@ int main() {
add(f);
f = frame("Label", -PaddingContent, -PaddingContent, MwLabelClass,
MwNtext, "Epic text\nI am newline too!",
MwNtext, "Epic text\nNewline can be used too!",
NULL);
add(f);