diff options
author | Gregory Anders <8965202+gpanders@users.noreply.github.com> | 2024-01-28 07:37:57 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-28 07:37:57 -0600 |
commit | 6d86a6fe444a34dc0c70319c8056ff0161c4d319 (patch) | |
tree | 879fd160b250298137976d5ee05bc33bc4ae4255 /scripts/lintdoc.lua | |
parent | a757195a602bf502fcdb702887bf72f50d6e1717 (diff) | |
download | rneovim-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/lintdoc.lua')
0 files changed, 0 insertions, 0 deletions