aboutsummaryrefslogtreecommitdiff
path: root/test/functional/terminal/buffer_spec.lua
diff options
context:
space:
mode:
authorGregory Anders <greg@gpanders.com>2025-01-16 18:33:22 -0600
committerGitHub <noreply@github.com>2025-01-16 18:33:22 -0600
commitbf098c12e3078df49fd7dee5ba7c2100a211d4c8 (patch)
tree2a56e786310ebf7d5752c7b8dbc978eff7186b61 /test/functional/terminal/buffer_spec.lua
parentfb564ddff0b4ec9dad5afa7548777af1c3044273 (diff)
parent819337a13f73bb9dcd82fd51f81f062bd69ab6db (diff)
downloadrneovim-bf098c12e3078df49fd7dee5ba7c2100a211d4c8.tar.gz
rneovim-bf098c12e3078df49fd7dee5ba7c2100a211d4c8.tar.bz2
rneovim-bf098c12e3078df49fd7dee5ba7c2100a211d4c8.zip
Merge pull request #32038 from gpanders/push-nsrttwwnsqvm
feat(terminal): add support for kitty keyboard protocol
Diffstat (limited to 'test/functional/terminal/buffer_spec.lua')
-rw-r--r--test/functional/terminal/buffer_spec.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/functional/terminal/buffer_spec.lua b/test/functional/terminal/buffer_spec.lua
index 66b75a4ea2..a524e49ef4 100644
--- a/test/functional/terminal/buffer_spec.lua
+++ b/test/functional/terminal/buffer_spec.lua
@@ -629,6 +629,14 @@ describe('terminal input', function()
-- TODO(bfredl): getcharstr() erases the distinction between <C-I> and <Tab>.
-- If it was enhanced or replaced this could get folded into the test above.
it('can send TAB/C-I and ESC/C-[ separately', function()
+ if
+ skip(
+ is_os('win'),
+ "The escape sequence to enable kitty keyboard mode doesn't work on Windows"
+ )
+ then
+ return
+ end
clear()
local screen = tt.setup_child_nvim({
'-u',