aboutsummaryrefslogtreecommitdiff
path: root/data/help/prompt.yaml
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-27 16:50:41 -0400
committerhistoria <[not public]>2026-06-27 16:50:41 -0400
commit988b006a5bb9edb6465653566e7bdf8175347b8c (patch)
tree3a1fceff2ee80c11b5dafcc49c13ababe021e880 /data/help/prompt.yaml
parent1cab9ca20e24742f770a676f84e4ed9f1636f297 (diff)
downloadthehouseoficarus-988b006a5bb9edb6465653566e7bdf8175347b8c.tar.gz
feat: one-way map links, blocked paths on map, map grid startup validation, user colors for maps
Diffstat (limited to 'data/help/prompt.yaml')
-rw-r--r--data/help/prompt.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/data/help/prompt.yaml b/data/help/prompt.yaml
index 45c7282..961b605 100644
--- a/data/help/prompt.yaml
+++ b/data/help/prompt.yaml
@@ -30,13 +30,13 @@ description: |
Use %% for a literal % sign.
Color blocks:
- {<0-255> [bold] [dim] [underline]}text{/}
+ {<00-FF> [bold] [dim] [underline]}text{/}
{g:<a>,<b>[,<c>...]}gradient text{/}
A color block starts with {color_spec} and ends with {/}.
Examples:
prompt >
- prompt {6}%h/%Hhp $%c %s{/} >
- prompt <{2}%h{/}/{1}%H{/}hp>
- prompt {208 bold}%h/%Hhp{/} >
+ prompt {06}%h/%Hhp $%c %s{/} >
+ prompt <{02}%h{/}/{01}%H{/}hp>
+ prompt {D0 bold}%h/%Hhp{/} >