aboutsummaryrefslogtreecommitdiff
path: root/scripts/gen_help_html.lua
diff options
context:
space:
mode:
authorGregory Anders <8965202+gpanders@users.noreply.github.com>2024-01-28 07:37:57 -0600
committerGitHub <noreply@github.com>2024-01-28 07:37:57 -0600
commit6d86a6fe444a34dc0c70319c8056ff0161c4d319 (patch)
tree879fd160b250298137976d5ee05bc33bc4ae4255 /scripts/gen_help_html.lua
parenta757195a602bf502fcdb702887bf72f50d6e1717 (diff)
downloadrneovim-6d86a6fe444a34dc0c70319c8056ff0161c4d319.tar.gz
rneovim-6d86a6fe444a34dc0c70319c8056ff0161c4d319.tar.bz2
rneovim-6d86a6fe444a34dc0c70319c8056ff0161c4d319.zip
test(tui): add & improve tests for terminal queries (#27219)
Problems: 1. The test case for querying truecolor support did not check which capabilities were queried 2. The test case for querying truecolor support checked `&termguicolors` in the Nvim test runner, not the child Nvim in the the embedded terminal 3. The test case for querying truecolor support did not actually respond to the XTGETTCAP requests. `'termguicolors'` is still enabled even without responding to this query because libvterm understands and responds to the DECRQSS request, but it is still good to respond to the query explicitly instead of depending on hidden libvterm behavior 4. No test case exists at all for OSC 52 Solution: Fix all of the problems listed above.
Diffstat (limited to 'scripts/gen_help_html.lua')
0 files changed, 0 insertions, 0 deletions