summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAnders Betts <anders.betts@gmail.com>2026-09-18 13:39:17 +0200
committerAnders Betts <anders.betts@gmail.com>2026-09-18 13:39:17 +0200
commit9d80112d73fed23907eac6640aff3914c38c0a49 (patch)
tree76fd324a3c6cb7320d03c8b93e276a3e86a2b67c /docs
parent6858d11a5b5fe08bc6fef19ed861cf56e63591e7 (diff)
downloadbokf-95073cfcac7c5368120289f544af01c63dbfe7b6.tar.gz
bokf-95073cfcac7c5368120289f544af01c63dbfe7b6.zip
bokftui: drop the redundant fiscal-year label from the status linev0.1.25
Diffstat (limited to 'docs')
-rw-r--r--docs/TUI-GUIDELINES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/TUI-GUIDELINES.md b/docs/TUI-GUIDELINES.md
index 322d073..7907a4a 100644
--- a/docs/TUI-GUIDELINES.md
+++ b/docs/TUI-GUIDELINES.md
@@ -91,7 +91,7 @@ footer shows it; if the footer shows it, the key works.
## Layout and text
- Screen frame: title top-left, dim status line under it
- (`org | label start - end | role | user`), hints in the last line.
+ (`org | start - end | role | user`), hints in the last line.
- Columns are padded with `pad_field()` (UTF-8 display width) and truncated to
their column; amounts right-aligned via `kr_format()`; never pad with `%s`
widths directly on user text.