view src/libvterm/t/90vttest_02-screen-1.test @ 18447:d978101d8bfd

Added tag v8.1.2217 for changeset b026f4524f25f5c4dfeff7159cf4aa3225c09cc1
author Bram Moolenaar <Bram@vim.org>
date Sat, 26 Oct 2019 12:30:07 +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"