mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
ui: rename ext_newgrid to ext_linegrid
This commit is contained in:
@@ -48,13 +48,13 @@ describe('screen', function()
|
||||
end)
|
||||
end)
|
||||
|
||||
local function screen_tests(newgrid)
|
||||
local function screen_tests(linegrid)
|
||||
local screen
|
||||
|
||||
before_each(function()
|
||||
clear()
|
||||
screen = Screen.new()
|
||||
screen:attach({rgb=true,ext_newgrid=newgrid})
|
||||
screen:attach({rgb=true,ext_linegrid=linegrid})
|
||||
screen:set_default_attr_ids( {
|
||||
[0] = {bold=true, foreground=255},
|
||||
[1] = {bold=true, reverse=true},
|
||||
|
||||
Reference in New Issue
Block a user