mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00
test(terminal/cursor_spec): remove unnecessary busy handlers (#32321)
They are no longer necessary after #31562, as busy_start and busy_stop are no longer emitted by terminal buffers with visible cursor.
This commit is contained in:
@@ -381,9 +381,6 @@ describe('buffer cursor position is correct in terminal without number column',
|
|||||||
}, {
|
}, {
|
||||||
cols = 70,
|
cols = 70,
|
||||||
})
|
})
|
||||||
-- Also check for real cursor position, as it is used for stuff like input methods
|
|
||||||
screen._handle_busy_start = function() end
|
|
||||||
screen._handle_busy_stop = function() end
|
|
||||||
screen:expect([[
|
screen:expect([[
|
||||||
|*4
|
|*4
|
||||||
Entering Ex mode. Type "visual" to go to Normal mode. |
|
Entering Ex mode. Type "visual" to go to Normal mode. |
|
||||||
@@ -692,9 +689,6 @@ describe('buffer cursor position is correct in terminal with number column', fun
|
|||||||
}, {
|
}, {
|
||||||
cols = 70,
|
cols = 70,
|
||||||
})
|
})
|
||||||
-- Also check for real cursor position, as it is used for stuff like input methods
|
|
||||||
screen._handle_busy_start = function() end
|
|
||||||
screen._handle_busy_stop = function() end
|
|
||||||
screen:expect([[
|
screen:expect([[
|
||||||
{7: 1 } |
|
{7: 1 } |
|
||||||
{7: 2 } |
|
{7: 2 } |
|
||||||
|
Reference in New Issue
Block a user