Fix rendering of the prompt line when overflow occurs with --info=inline

Fix #2692
This commit is contained in:
Junegunn Choi
2021-12-22 23:22:08 +09:00
parent 176ee6910f
commit cd23401411
4 changed files with 21 additions and 3 deletions

View File

@@ -11,6 +11,7 @@ CHANGELOG
```sh
fzf --preview 'cat {}' --bind 'ctrl-/:change-preview-window(right,70%|down,40%,border-horizontal|hidden|right)'
```
- Fixed rendering of the prompt line when overflow occurs with `--info=inline`
0.28.0
------