From 988b006a5bb9edb6465653566e7bdf8175347b8c Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Sat, 27 Jun 2026 16:50:41 -0400 Subject: feat: one-way map links, blocked paths on map, map grid startup validation, user colors for maps --- data/help/prompt.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'data/help/prompt.yaml') 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:,[,...]}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{/} > -- cgit v1.2.3