summaryrefslogtreecommitdiff
path: root/src/libvterm/t/61screen_unicode.test
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-10-16 14:35:46 +0100
committerBram Moolenaar <Bram@vim.org>2022-10-16 14:35:46 +0100
commit501e77766cd30d8f4bfeb04a67aff1865b5f5a41 (patch)
tree62efb7918724b984e8be142d8ab4657c57fa9943 /src/libvterm/t/61screen_unicode.test
parent3c053a1a5ad2a3c924929e11f2b9af20a8b901e2 (diff)
downloadvim-git-501e77766cd30d8f4bfeb04a67aff1865b5f5a41.tar.gz
patch 9.0.0772: the libvterm code is outdatedv9.0.0772
Problem: The libvterm code is outdated. Solution: Include libvterm changes from revision 790 to 801.
Diffstat (limited to 'src/libvterm/t/61screen_unicode.test')
-rw-r--r--src/libvterm/t/61screen_unicode.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libvterm/t/61screen_unicode.test b/src/libvterm/t/61screen_unicode.test
index 6f5602dcf..8bde2bd7b 100644
--- a/src/libvterm/t/61screen_unicode.test
+++ b/src/libvterm/t/61screen_unicode.test
@@ -7,7 +7,7 @@ WANTSCREEN
# U+00E9 = 0xC3 0xA9 name: LATIN SMALL LETTER E WITH ACUTE
RESET
PUSH "\xC3\x81\xC3\xA9"
- ?screen_chars 0,0,1,80 = 0xc1,0xe9
+ ?screen_row 0 = 0xc1,0xe9
?screen_text 0,0,1,80 = 0xc3,0x81,0xc3,0xa9
?screen_cell 0,0 = {0xc1} width=1 attrs={} fg=rgb(240,240,240) bg=rgb(0,0,0)
@@ -16,7 +16,7 @@ PUSH "\xC3\x81\xC3\xA9"
RESET
PUSH "0123\e[H"
PUSH "\xEF\xBC\x90"
- ?screen_chars 0,0,1,80 = 0xff10,0x32,0x33
+ ?screen_row 0 = 0xff10,0x32,0x33
?screen_text 0,0,1,80 = 0xef,0xbc,0x90,0x32,0x33
?screen_cell 0,0 = {0xff10} width=2 attrs={} fg=rgb(240,240,240) bg=rgb(0,0,0)
@@ -25,7 +25,7 @@ PUSH "\xEF\xBC\x90"
RESET
PUSH "0123\e[H"
PUSH "e\xCC\x81"
- ?screen_chars 0,0,1,80 = 0x65,0x301,0x31,0x32,0x33
+ ?screen_row 0 = 0x65,0x301,0x31,0x32,0x33
?screen_text 0,0,1,80 = 0x65,0xcc,0x81,0x31,0x32,0x33
?screen_cell 0,0 = {0x65,0x301} width=1 attrs={} fg=rgb(240,240,240) bg=rgb(0,0,0)