view src/libvterm/t/90vttest_02-screen-4.test @ 28266:0b12ce9ae38f

Added tag v8.2.4658 for changeset 67ef250562e545973ae5f7dd9f27c5090d7bc29a
author Bram Moolenaar <Bram@vim.org>
date Thu, 31 Mar 2022 21:30:04 +0200
parents b8299e742f41
children
line wrap: on
line source

# Origin mode (2)
INIT
WANTSCREEN

RESET

PUSH "\e[?6l"
PUSH "\e[23;24r"
PUSH "\e[24;1H"
PUSH "Bottom"
PUSH "\e[1;1H"
PUSH "Top"

!Output
?screen_row 23 = "Bottom"
?screen_row 0  = "Top"