comparison src/libvterm/t/12state_scroll.test @ 20496:747a270eb1db v8.2.0802

patch 8.2.0802: libvterm code lags behind the upstream version Commit: https://github.com/vim/vim/commit/d863728913801c8fa6d633f6580edfcada533fd0 Author: Bram Moolenaar <Bram@vim.org> Date: Wed May 20 18:41:41 2020 +0200 patch 8.2.0802: libvterm code lags behind the upstream version Problem: Libvterm code lags behind the upstream version. Solution: Include revisions 759 - 762.
author Bram Moolenaar <Bram@vim.org>
date Wed, 20 May 2020 18:45:04 +0200
parents b8299e742f41
children
comparison
equal deleted inserted replaced
20495:0736d3dc23ba 20496:747a270eb1db
38 ?cursor = 19,0 38 ?cursor = 19,0
39 PUSH "\n" 39 PUSH "\n"
40 ?cursor = 20,0 40 ?cursor = 20,0
41 41
42 !Index in DECSTBM 42 !Index in DECSTBM
43 PUSH "\e[9;10r"
43 PUSH "\e[10H" 44 PUSH "\e[10H"
44 PUSH "\e[9;10r"
45 PUSH "\eM" 45 PUSH "\eM"
46 ?cursor = 8,0 46 ?cursor = 8,0
47 PUSH "\eM" 47 PUSH "\eM"
48 scrollrect 8..10,0..80 => -1,+0 48 scrollrect 8..10,0..80 => -1,+0
49 49
146 ?cursor = 0,0 146 ?cursor = 0,0
147 PUSH "\e[2T" 147 PUSH "\e[2T"
148 moverect 0..23,0..80 -> 2..25,0..80 148 moverect 0..23,0..80 -> 2..25,0..80
149 erase 0..2,0..80 149 erase 0..2,0..80
150 ?cursor = 0,0 150 ?cursor = 0,0
151
152 !DECSTBM resets cursor position
153 PUSH "\e[5;5H"
154 ?cursor = 4,4
155 PUSH "\e[r"
156 ?cursor = 0,0