aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluukvbaal <luukvbaal@gmail.com>2024-12-18 20:06:16 +0100
committerGitHub <noreply@github.com>2024-12-18 19:06:16 +0000
commit160cbd0ef4c905b849beb969e8b5a56064c7cea7 (patch)
tree3af0bb8bb204ade092b7f6003365298a383d9e64
parent3db3947b0ed256d498b09eef95c4969e28387e66 (diff)
downloadrneovim-160cbd0ef4c905b849beb969e8b5a56064c7cea7.tar.gz
rneovim-160cbd0ef4c905b849beb969e8b5a56064c7cea7.tar.bz2
rneovim-160cbd0ef4c905b849beb969e8b5a56064c7cea7.zip
test(cursor_spec): global highlight definitions (#31613)
-rw-r--r--test/functional/terminal/cursor_spec.lua13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/functional/terminal/cursor_spec.lua b/test/functional/terminal/cursor_spec.lua
index 657468c03e..368afd6d36 100644
--- a/test/functional/terminal/cursor_spec.lua
+++ b/test/functional/terminal/cursor_spec.lua
@@ -373,12 +373,6 @@ describe('buffer cursor position is correct in terminal without number column',
}, {
cols = 70,
})
- screen:set_default_attr_ids({
- [1] = { foreground = 253, background = 11 },
- [2] = { reverse = true },
- [3] = { bold = true },
- [4] = { background = 11 },
- })
-- 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
@@ -690,13 +684,6 @@ describe('buffer cursor position is correct in terminal with number column', fun
}, {
cols = 70,
})
- screen:set_default_attr_ids({
- [1] = { foreground = 253, background = 11 },
- [2] = { reverse = true },
- [3] = { bold = true },
- [4] = { background = 11 },
- [7] = { foreground = 130 },
- })
-- 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