mirror of
https://github.com/neovim/neovim.git
synced 2025-11-17 15:51:32 +00:00
UI: always use contrete colors for default_colors_set
But add an escape hatch needed for external TUI, so it still can use terminal emulator defaults.
This commit is contained in:
@@ -1278,6 +1278,7 @@ describe('API', function()
|
||||
ext_linegrid = screen._options.ext_linegrid or false,
|
||||
ext_multigrid = false,
|
||||
ext_hlstate=false,
|
||||
ext_termcolors=false,
|
||||
height = 4,
|
||||
rgb = true,
|
||||
width = 20,
|
||||
|
||||
Reference in New Issue
Block a user