aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/help/queue_silently.yaml (renamed from data/help/queue_actions_silently.yaml)6
-rw-r--r--data/help/room_desc_width.yaml14
-rw-r--r--data/help/unicode.yaml14
3 files changed, 31 insertions, 3 deletions
diff --git a/data/help/queue_actions_silently.yaml b/data/help/queue_silently.yaml
index 8101c5c..f1ca8b6 100644
--- a/data/help/queue_actions_silently.yaml
+++ b/data/help/queue_silently.yaml
@@ -1,4 +1,4 @@
-name: "queue_actions_silently"
+name: "queue_silently"
category: "Options"
description: |
Controls whether queued game actions produce confirmation messages.
@@ -9,7 +9,7 @@ description: |
When off: A brief "You prepare to X." message is shown for each queued
action, confirming that it has been added to the queue.
- Usage: option queue_actions_silently on
- option queue_actions_silently off
+ Usage: option queue_silently on
+ option queue_silently off
See also: help queued, help actions, help option
diff --git a/data/help/room_desc_width.yaml b/data/help/room_desc_width.yaml
new file mode 100644
index 0000000..7c67a38
--- /dev/null
+++ b/data/help/room_desc_width.yaml
@@ -0,0 +1,14 @@
+name: "room_desc_width"
+category: "Options"
+description: |
+ Maximum width for room description text when displayed alongside
+ the mini-map.
+
+ Type: integer
+ Default: 70
+
+ When the tinymap option is enabled, room descriptions are wrapped
+ to this width and displayed side-by-side with the mini-map.
+
+ Usage: option room_desc_width 80
+ option room_desc_width 50
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