Support hyperlinks (OSC 8) in the main window

Close #2557
This commit is contained in:
Junegunn Choi
2024-08-14 23:04:05 +09:00
parent 581734c369
commit 387c6ef664
5 changed files with 41 additions and 13 deletions

View File

@@ -17,6 +17,12 @@ CHANGELOG
# ...
'
```
- Hyperlinks (OSC 8) are now supported in the preview window and in the main window
```sh
printf '<< \e]8;;http://github.com/junegunn/fzf\e\\Link to \e[32mfz\e[0mf\e]8;;\e\\ >>' | fzf --ansi
fzf --preview "printf '<< \e]8;;http://github.com/junegunn/fzf\e\\Link to \e[32mfz\e[0mf\e]8;;\e\\ >>'"
```
- Fixed `--tmux bottom` when the status line is not at the bottom
- Fixed extra scroll offset in multi-line mode (`--read0` or `--wrap`)
- Added fallback `ps` command for `kill` completion on Cygwin