From b6fdde0aa6fcefd735e7c550aaa7fca879023f1c Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Mon, 15 Jun 2026 00:03:55 -0400 Subject: feat: unicode option, fixed up options and tables --- data/help/unicode.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 data/help/unicode.yaml (limited to 'data/help/unicode.yaml') 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 -- cgit v1.2.3