comparison src/libvterm/t/26state_query.test @ 20500:03826c672315 v8.2.0804

patch 8.2.0804: libvterm code lags behind the upstream version Commit: https://github.com/vim/vim/commit/e5886ccb5163873dd01fc67b09ab10e681351ee9 Author: Bram Moolenaar <Bram@vim.org> Date: Thu May 21 20:10:04 2020 +0200 patch 8.2.0804: libvterm code lags behind the upstream version Problem: Libvterm code lags behind the upstream version. Solution: Include revision 727, but add the index instead of switching between RGB and indexed.
author Bram Moolenaar <Bram@vim.org>
date Thu, 21 May 2020 20:15:04 +0200
parents ffadba5f898c
children 2d2758ffd959
comparison
equal deleted inserted replaced
20499:a7a490678633 20500:03826c672315
39 !DECRQSS on SGR ANSI hi-bright colours 39 !DECRQSS on SGR ANSI hi-bright colours
40 PUSH "\e[0;93;104m" 40 PUSH "\e[0;93;104m"
41 PUSH "\eP\$qm\e\\" 41 PUSH "\eP\$qm\e\\"
42 output "\eP1\$r93;104m\e\\" 42 output "\eP1\$r93;104m\e\\"
43 43
44 !DECRQSS on SGR 256-palette colours 44 ##!DECRQSS on SGR 256-palette colours
45 PUSH "\e[0;38:5:56;48:5:78m" 45 #PUSH "\e[0;38:5:56;48:5:78m"
46 PUSH "\eP\$qm\e\\" 46 #PUSH "\eP\$qm\e\\"
47 output "\eP1\$r38:5:56;48:5:78m\e\\" 47 # output "\eP1\$r38:5:56;48:5:78m\e\\"
48 48
49 !DECRQSS on SGR RGB8 colours 49 !DECRQSS on SGR RGB8 colours
50 PUSH "\e[0;38:2:24:68:112;48:2:13:57:101m" 50 PUSH "\e[0;38:2:24:68:112;48:2:13:57:101m"
51 PUSH "\eP\$qm\e\\" 51 PUSH "\eP\$qm\e\\"
52 output "\eP1\$r38:2:24:68:112;48:2:13:57:101m\e\\" 52 output "\eP1\$r38:2:24:68:112;48:2:13:57:101m\e\\"