view src/libvterm/t/18state_termprops.test @ 14443:e1c6aee62a72 v8.1.0235

patch 8.1.0235: more help tags that jump to the wrong location commit https://github.com/vim/vim/commit/3bf5e6a4c8eb84b44437d6148428565d44783eed Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 2 22:23:57 2018 +0200 patch 8.1.0235: more help tags that jump to the wrong location Problem: More help tags that jump to the wrong location. Solution: Add more exceptions and a table for "expr-" tags. (Hirohito Higashi)
author Christian Brabandt <cb@256bit.org>
date Thu, 02 Aug 2018 22:30:05 +0200
parents b8299e742f41
children 1d595fada804
line wrap: on
line source

INIT
WANTSTATE p

RESET
  settermprop 1 true
  settermprop 2 true
  settermprop 7 1

!Cursor visibility
PUSH "\e[?25h"
  settermprop 1 true
PUSH "\e[?25\$p"
  output "\e[?25;1\$y"
PUSH "\e[?25l"
  settermprop 1 false
PUSH "\e[?25\$p"
  output "\e[?25;2\$y"

!Cursor blink
PUSH "\e[?12h"
  settermprop 2 true
PUSH "\e[?12\$p"
  output "\e[?12;1\$y"
PUSH "\e[?12l"
  settermprop 2 false
PUSH "\e[?12\$p"
  output "\e[?12;2\$y"

!Cursor shape
PUSH "\e[3 q"
  settermprop 2 true
  settermprop 7 2

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