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