blob: 77cd84759ac72efa08b4ac44bf7afd61cf335061 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
|