diff options
author | Gregory Anders <8965202+gpanders@users.noreply.github.com> | 2024-08-15 06:09:14 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-15 06:09:14 -0500 |
commit | 4199671047b0cb62781995a8f6a4b66fb6e8b6fd (patch) | |
tree | 9018e8b4765279f423c89b41a3a27f52d7029fdc /runtime | |
parent | f3677c71f04ee6ef52449664dfb37f0477fd7305 (diff) | |
download | rneovim-4199671047b0cb62781995a8f6a4b66fb6e8b6fd.tar.gz rneovim-4199671047b0cb62781995a8f6a4b66fb6e8b6fd.tar.bz2 rneovim-4199671047b0cb62781995a8f6a4b66fb6e8b6fd.zip |
feat(term): support OSC 8 hyperlinks in :terminal (#30050)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/news.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index 68a05a99a4..7c842f42dd 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -166,6 +166,8 @@ TERMINAL • The terminal buffer now supports reflow (wrapped lines adapt when the buffer is resized horizontally). Note: Lines that are not visible and kept in 'scrollback' are not reflown. +• The |terminal| now supports OSC 8 escape sequences and will display + hyperlinks in supporting host terminals. TREESITTER |