mirror of
https://github.com/neovim/neovim
synced 2025-07-20 21:32:16 +00:00
fix: use BEL to terminate OSC 11 request (#26335)
This commit is contained in:
@ -297,7 +297,7 @@ do
|
|||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
io.stdout:write('\027]11;?\027\\')
|
io.stdout:write('\027]11;?\007')
|
||||||
|
|
||||||
timer:start(1000, 0, function()
|
timer:start(1000, 0, function()
|
||||||
-- No response received. Delete the autocommand
|
-- No response received. Delete the autocommand
|
||||||
|
Reference in New Issue
Block a user