comparison src/testdir/test_quickfix.vim @ 20768:1e2e81dbb958 v8.2.0936

patch 8.2.0936: some terminals misinterpret the code for getting cursor style Commit: https://github.com/vim/vim/commit/a45551a53557dba98973fdb3ff737dea2fffcda3 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 9 15:57:37 2020 +0200 patch 8.2.0936: some terminals misinterpret the code for getting cursor style Problem: Some terminals misinterpret the code for getting cursor style. Solution: Send a sequence to the terminal and check the result. (IWAMOTO Kouichi, closes #2126) Merged with current code.
author Bram Moolenaar <Bram@vim.org>
date Tue, 09 Jun 2020 16:00:05 +0200
parents 3c61d8ec36af
children f23c6543a54d
comparison
equal deleted inserted replaced
20767:c7edd278df99 20768:1e2e81dbb958
2708 2708
2709 func Test_cwindow_highlight() 2709 func Test_cwindow_highlight()
2710 CheckScreendump 2710 CheckScreendump
2711 2711
2712 let lines =<< trim END 2712 let lines =<< trim END
2713 set t_u7=
2714 call setline(1, ['some', 'text', 'with', 'matches']) 2713 call setline(1, ['some', 'text', 'with', 'matches'])
2715 write XCwindow 2714 write XCwindow
2716 vimgrep e XCwindow 2715 vimgrep e XCwindow
2717 redraw 2716 redraw
2718 cwindow 4 2717 cwindow 4