m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-19 09:03:43 -05:00

Support border-{up,down} as the synonyms for border-{top,bottom}

This commit is contained in:
Junegunn Choi
2022-08-18 09:19:02 +09:00
parent 83515d5610
commit c1c355160d
3 changed files with 11 additions and 9 deletions

View File

@@ -8,6 +8,8 @@ CHANGELOG
printf "\e[38;5;208mOption 1\e[m\nOption 2" | fzf --ansi
printf "\e[38:5:208mOption 1\e[m\nOption 2" | fzf --ansi
```
- Support `border-{up,down}` as the synonyms for `border-{top,bottom}` in
`--preview-window`
0.32.1
------