view src/libvterm/t/90vttest_02-screen-4.test @ 19412:c8a7af46e364

Added tag v8.2.0263 for changeset bc880a13012066d172e5be4e51d0160c7ee332d7
author Bram Moolenaar <Bram@vim.org>
date Sun, 16 Feb 2020 15:15:04 +0100
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"