neovim/test/functional
Daniel Steinberg 7589336120
feat(terminal): respond to OSC background and foreground request (#17197)
The motivation for this update is Issue #15365, where background=light
is not properly set for Nvim running from an Nvim :terminal. This can be
encountered when e.g., opening a terminal to make git commits, which
opens EDITOR=nvim in the nested terminal.

Under the implementation of this commit, the OSC response always
indicates a black or white foreground/background. While this may not
reflect the actual foreground/background color, it permits 'background'
to be retained for a nested Nvim instance running in the terminal
emulator. The behaviour matches Vim.
2024-01-15 10:12:07 -06:00
..
api Merge pull request #26734 from bfredl/splitaroo 2024-01-13 10:59:46 +01:00
autocmd test: rename (meths, funcs) -> (api, fn) 2024-01-12 18:59:14 +00:00
core feat(terminal): respond to OSC background and foreground request (#17197) 2024-01-15 10:12:07 -06:00
editor test: rename (meths, funcs) -> (api, fn) 2024-01-12 18:59:14 +00:00
ex_cmds test: rename (meths, funcs) -> (api, fn) 2024-01-12 18:59:14 +00:00
fixtures refactor: format test/* 2024-01-03 02:09:29 +01:00
legacy test: rename (meths, funcs) -> (api, fn) 2024-01-12 18:59:14 +00:00
lua Merge pull request #26734 from bfredl/splitaroo 2024-01-13 10:59:46 +01:00
options test: rename (meths, funcs) -> (api, fn) 2024-01-12 18:59:14 +00:00
plugin test: rename (meths, funcs) -> (api, fn) 2024-01-12 18:59:14 +00:00
provider test: rename (meths, funcs) -> (api, fn) 2024-01-12 18:59:14 +00:00
shada test: rename (meths, funcs) -> (api, fn) 2024-01-12 18:59:14 +00:00
terminal feat(terminal): respond to OSC background and foreground request (#17197) 2024-01-15 10:12:07 -06:00
treesitter test: rename (meths, funcs) -> (api, fn) 2024-01-12 18:59:14 +00:00
ui fix(grid): handle clearing half a double-width char (#27023) 2024-01-15 23:45:11 +08:00
vimscript test: rename (meths, funcs) -> (api, fn) 2024-01-12 18:59:14 +00:00
example_spec.lua refactor: format test/* 2024-01-03 02:09:29 +01:00
helpers.lua test: rename (meths, funcs) -> (api, fn) 2024-01-12 18:59:14 +00:00
luacats_grammar_spec.lua fix(doc): improve doc generation of types using lpeg 2024-01-11 16:24:12 +00:00
preload.lua refactor: format test/* 2024-01-03 02:09:29 +01:00