diff --git a/CHANGELOG.md b/CHANGELOG.md index 16934241..d3340107 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,11 @@ CHANGELOG - Requires a `--list-border` shape that has both top and bottom segments (`rounded`, `sharp`, `bold`, `double`, `block`, `thinblock`, or `horizontal`); falls back to `line` otherwise. `horizontal` has no side borders, so the separator is drawn without T-junction endpoints. - Sections stack. Example combining all three: ```sh - ps -ef | fzf --reverse --style full:double \ + ps -ef | fzf --reverse --style full \ --header 'Select a process' --header-lines 1 \ --bind 'load:transform-footer:echo $FZF_TOTAL_COUNT processes' \ - --header-border=inline --header-lines-border=inline \ - --footer-border=inline + --header-border dashed --header-first \ + --header-lines-border inline --footer-border inline \ ``` - `--header-label` and `--footer-label` render on their respective separator row. - The separator inherits `--color list-border` when the section's own border color is not explicitly set.