Lift unicode.IsGraphic constraint for pointer, marker, and ellipsis

Use at your own risk.

Close #2709
Close #2055
This commit is contained in:
Junegunn Choi
2022-07-21 22:24:11 +09:00
parent 52594355bf
commit 7a7cfcacbe
3 changed files with 3 additions and 18 deletions

View File

@@ -14,6 +14,9 @@ CHANGELOG
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
for `--marker`, `--pointer`, and `--ellipsis`. Allows Nerd Fonts and stuff.
Use at your own risk.
- Bug fixes and improvements
- Shell extension
- `kill` completion now requires trigger sequence (`**`) for consistency