view src/libvterm/t/90vttest_02-screen-4.test @ 19561:8d05000d0f1e

Added tag v8.2.0337 for changeset df0a6cba5c3d2923207eca7afc93a8b8af6d2a4c
author Bram Moolenaar <Bram@vim.org>
date Sun, 01 Mar 2020 01:15:55 +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"