diff options
author | Gregory Anders <8965202+gpanders@users.noreply.github.com> | 2023-11-16 11:12:42 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-16 11:12:42 -0600 |
commit | b4b7ca2d548a1cc1a2cd8c48e5c93478811bd275 (patch) | |
tree | c129a344b53a87d8e31f31ec50da7905158e1495 /runtime/doc/eval.txt | |
parent | dc3f84bf4f94d0389f74991c555c3e76c2ea67f6 (diff) | |
download | rneovim-b4b7ca2d548a1cc1a2cd8c48e5c93478811bd275.tar.gz rneovim-b4b7ca2d548a1cc1a2cd8c48e5c93478811bd275.tar.bz2 rneovim-b4b7ca2d548a1cc1a2cd8c48e5c93478811bd275.zip |
feat(tui): support DCS responses in TermResponse event (#26061)
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r-- | runtime/doc/eval.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 2223829548..a73932be00 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -2318,10 +2318,10 @@ v:t_string Value of |String| type. Read-only. See: |type()| v:t_blob Value of |Blob| type. Read-only. See: |type()| *v:termresponse* *termresponse-variable* -v:termresponse The value of the most recent OSC escape sequence received by - Nvim from the terminal. This can be read in a |TermResponse| - event handler after querying the terminal using another escape - sequence. +v:termresponse The value of the most recent OSC or DCS escape sequence + received by Nvim from the terminal. This can be read in a + |TermResponse| event handler after querying the terminal using + another escape sequence. *v:testing* *testing-variable* v:testing Must be set before using `test_garbagecollect_now()`. |