diff options
| author | historia <[not public]> | 2026-06-15 00:03:55 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-15 00:03:55 -0400 |
| commit | b6fdde0aa6fcefd735e7c550aaa7fca879023f1c (patch) | |
| tree | 924be72a906522d60512213cdbaba1f55e694bd3 /data/help/unicode.yaml | |
| parent | eb37418b933d7bd996658209e867ea3f3e3806ec (diff) | |
| download | thehouseoficarus-b6fdde0aa6fcefd735e7c550aaa7fca879023f1c.tar.gz | |
feat: unicode option, fixed up options and tables
Diffstat (limited to 'data/help/unicode.yaml')
| -rw-r--r-- | data/help/unicode.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/data/help/unicode.yaml b/data/help/unicode.yaml new file mode 100644 index 0000000..77cd847 --- /dev/null +++ b/data/help/unicode.yaml @@ -0,0 +1,14 @@ +name: "unicode" +category: "Options" +description: | + Enable unicode box-drawing characters for map and table display. + + Type: boolean (on/off) + Default: on + + When on, maps use box-drawing characters for borders and the + options table uses a formatted grid. When off, ASCII fallback + characters are used instead (. and : for maps, + and | for tables). + + Usage: option unicode off + option unicode on |
