view src/libvterm/t/68screen_termprops.test @ 20498:55a373a243c0 v8.2.0803

patch 8.2.0803: libvterm code lags behind the upstream version Commit: https://github.com/vim/vim/commit/83a52533b23c88f90be0dea01bc5e32ddadc1d6a Author: Bram Moolenaar <Bram@vim.org> Date: Wed May 20 19:30:19 2020 +0200 patch 8.2.0803: libvterm code lags behind the upstream version Problem: Libvterm code lags behind the upstream version. Solution: Include revisions 764 - 767
author Bram Moolenaar <Bram@vim.org>
date Wed, 20 May 2020 19:45:04 +0200
parents 1d595fada804
children
line wrap: on
line source

INIT
WANTSCREEN p

RESET
  settermprop 1 true
  settermprop 2 true
  settermprop 7 1

!Cursor visibility
PUSH "\e[?25h"
  settermprop 1 true
PUSH "\e[?25l"
  settermprop 1 false

!Title
PUSH "\e]2;Here is my title\a"
  settermprop 4 ["Here is my title"]