view src/libvterm/t/90vttest_02-screen-1.test @ 19733:5a056e3b60d9

Added tag v8.2.0422 for changeset e292acf16e265b658aa829d3b04be30f94a56c26
author Bram Moolenaar <Bram@vim.org>
date Fri, 20 Mar 2020 21:30:04 +0100
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"