Problem: tests: test_termcodes fails, because it disabled DECRQM, but
did not adjust the expected values in the test (after v9.2.0456)
Solution: Update the test
related: #20161
closes: #20173
Signed-off-by: Christian Brabandt <cb@256bit.org>
\ underline_rgb: 'u',
\ mouse: 's',
\ kitty: 'u',
- \ decrqm: 'y'
+ \ decrqm: 'u'
\ }, terminalprops())
set t_RV=
\ underline_rgb: 'u',
\ mouse: 's',
\ kitty: 'u',
- \ decrqm: 'y'
+ \ decrqm: 'u'
\ }, terminalprops())
endfunc
\ underline_rgb: 'y',
\ mouse: 's',
\ kitty: 'u',
- \ decrqm: 'y'
+ \ decrqm: 'u'
\ }, terminalprops())
set t_RV=
\ underline_rgb: 'u',
\ mouse: 's',
\ kitty: 'u',
- \ decrqm: 'y'
+ \ decrqm: 'u'
\ }, terminalprops())
call assert_equal(a:set_by_user ? default_value : '', &t_8u)
endfunc
\ underline_rgb: 'y',
\ mouse: 'u',
\ kitty: 'u',
- \ decrqm: 'y'
+ \ decrqm: 'u'
\ }, terminalprops())
" xterm >= 95 < 277 "xterm2"
\ underline_rgb: 'u',
\ mouse: '2',
\ kitty: 'u',
- \ decrqm: 'y'
+ \ decrqm: 'u'
\ }, terminalprops())
" xterm >= 277: "sgr"
\ underline_rgb: 'u',
\ mouse: 's',
\ kitty: 'u',
- \ decrqm: 'y'
+ \ decrqm: 'u'
\ }, terminalprops())
" xterm >= 279: "sgr" and cursor_style not reset; also check t_8u reset,
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 459,
/**/
458,
/**/