view src/libvterm/t/65screen_protect.test @ 30876:2d2758ffd959 v9.0.0772

patch 9.0.0772: the libvterm code is outdated Commit: https://github.com/vim/vim/commit/501e77766cd30d8f4bfeb04a67aff1865b5f5a41 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 16 14:35:46 2022 +0100 patch 9.0.0772: the libvterm code is outdated Problem: The libvterm code is outdated. Solution: Include libvterm changes from revision 790 to 801.
author Bram Moolenaar <Bram@vim.org>
date Sun, 16 Oct 2022 15:45:04 +0200
parents bf530e4e910a
children
line wrap: on
line source

INIT
WANTSCREEN 

!Selective erase
RESET
PUSH "A\e[1\"qB\e[\"qC"
  ?screen_row 0 = "ABC"
PUSH "\e[G\e[?J"
  ?screen_row 0 = " B"

!Non-selective erase
RESET
PUSH "A\e[1\"qB\e[\"qC"
  ?screen_row 0 = "ABC"
PUSH "\e[G\e[J"
  ?screen_row 0 = ""