view src/libvterm/t/90vttest_02-screen-1.test @ 20616:3c58d3e60e98

Added tag v8.2.0861 for changeset 8eed1e9389bb31a36fc86572cfa0976ae1e77f24
author Bram Moolenaar <Bram@vim.org>
date Sun, 31 May 2020 15:45:04 +0200
parents b8299e742f41
children
line wrap: on
line source

# Test of WRAP AROUND mode setting.
INIT
WANTSCREEN

RESET

PUSH "\e[?7h"
$REP 170: PUSH "*"

PUSH "\e[?7l\e[3;1H"
$REP 177: PUSH "*"

PUSH "\e[?7h\e[5;1HOK"

!Output
$SEQ 0 2: ?screen_row \# = "********************************************************************************"
          ?screen_row  3 = ""
          ?screen_row  4 = "OK"