comparison src/libvterm/t/64screen_pen.test @ 30880:82336c3b679d v9.0.0774

patch 9.0.0774: the libvterm code is outdated Commit: https://github.com/vim/vim/commit/6a12d26f3404e45ce25cf9152857e355b28f392a Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 16 19:26:52 2022 +0100 patch 9.0.0774: the libvterm code is outdated Problem: The libvterm code is outdated. Solution: Include libvterm changes from revision 802 to 817. Revert some changes made for C89.
author Bram Moolenaar <Bram@vim.org>
date Sun, 16 Oct 2022 20:30:07 +0200
parents 03826c672315
children b13f723a7ec6
comparison
equal deleted inserted replaced
30879:2db86b9d26df 30880:82336c3b679d
33 33
34 !Background 34 !Background
35 PUSH "\e[42mH\e[m" 35 PUSH "\e[42mH\e[m"
36 ?screen_cell 0,7 = {0x48} width=1 attrs={} fg=rgb(240,240,240) bg=idx(2) 36 ?screen_cell 0,7 = {0x48} width=1 attrs={} fg=rgb(240,240,240) bg=idx(2)
37 37
38 !Super/subscript
39 PUSH "x\e[74m0\e[73m2\e[m"
40 ?screen_cell 0,8 = {0x78} width=1 attrs={} fg=rgb(240,240,240) bg=rgb(0,0,0)
41 ?screen_cell 0,9 = {0x30} width=1 attrs={S_} fg=rgb(240,240,240) bg=rgb(0,0,0)
42 ?screen_cell 0,10 = {0x32} width=1 attrs={S^} fg=rgb(240,240,240) bg=rgb(0,0,0)
43
38 !EL sets reverse and colours to end of line 44 !EL sets reverse and colours to end of line
39 PUSH "\e[H\e[7;33;44m\e[K" 45 PUSH "\e[H\e[7;33;44m\e[K"
40 ?screen_cell 0,0 = {} width=1 attrs={R} fg=idx(3) bg=idx(4) 46 ?screen_cell 0,0 = {} width=1 attrs={R} fg=idx(3) bg=idx(4)
41 ?screen_cell 0,79 = {} width=1 attrs={R} fg=idx(3) bg=idx(4) 47 ?screen_cell 0,79 = {} width=1 attrs={R} fg=idx(3) bg=idx(4)
42 48