This commit is contained in:
Junegunn Choi
2022-07-21 23:04:57 +09:00
parent 3af5b7f2ac
commit ecc418ba77
6 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ CHANGELOG
# Or you can just hide it like so
fzf --preview 'cat {}' --preview-window '<50(hidden)'
```
- Use SGR mouse mode to support larger terminals
- You can now use characters that does not satisfy `unicode.IsGraphic` constraint
- fzf now uses SGR mouse mode to properly support mouse on larger terminals
- You can now use characters that do not satisfy `unicode.IsGraphic` constraint
for `--marker`, `--pointer`, and `--ellipsis`. Allows Nerd Fonts and stuff.
Use at your own risk.
- Bug fixes and improvements