view src/libvterm/t/90vttest_02-screen-1.test @ 14059:a94bc6a7b29e v8.1.0047

patch 8.1.0047: no completion for :unlet $VAR commit https://github.com/vim/vim/commit/19834010889fc5bfa0f88b3ba83133dae6c0a35d Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 12 17:03:39 2018 +0200 patch 8.1.0047: no completion for :unlet $VAR Problem: No completion for :unlet $VAR. Solution: Add completion. (Jason Franklin)
author Christian Brabandt <cb@256bit.org>
date Tue, 12 Jun 2018 17:15:06 +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"