diff options
author | zeertzjq <zeertzjq@outlook.com> | 2025-02-04 10:07:35 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-04 10:07:35 +0800 |
commit | 8ce2833411534f44dc810b282da283f69e78a28a (patch) | |
tree | 67c6ea5fc9f0d8753ef0026589324169fe49e201 /test/functional/terminal/cursor_spec.lua | |
parent | 3d22293496fc0b8781c3530e8f6a270f1647be93 (diff) | |
download | rneovim-8ce2833411534f44dc810b282da283f69e78a28a.tar.gz rneovim-8ce2833411534f44dc810b282da283f69e78a28a.tar.bz2 rneovim-8ce2833411534f44dc810b282da283f69e78a28a.zip |
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.
Diffstat (limited to 'test/functional/terminal/cursor_spec.lua')
-rw-r--r-- | test/functional/terminal/cursor_spec.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/functional/terminal/cursor_spec.lua b/test/functional/terminal/cursor_spec.lua index 12a20ddc0d..83408e41b3 100644 --- a/test/functional/terminal/cursor_spec.lua +++ b/test/functional/terminal/cursor_spec.lua @@ -381,9 +381,6 @@ describe('buffer cursor position is correct in terminal without number column', }, { 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([[ |*4 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, }) - -- 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([[ {7: 1 } | {7: 2 } | |