mirror of
https://github.com/neovim/neovim.git
synced 2025-12-10 00:22:41 +00:00
ui: Add 'rgb' parameter to ui_attach
When set to false, nvim will send cterm color numbers with `highlight_set`.
This commit is contained in:
@@ -115,7 +115,7 @@ function Screen:set_default_attr_ids(attr_ids)
|
||||
end
|
||||
|
||||
function Screen:attach()
|
||||
request('ui_attach', self._width, self._height)
|
||||
request('ui_attach', self._width, self._height, true)
|
||||
self._suspended = false
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user