view src/libvterm/t/92lp1640917.test @ 15170:3cd05af56fd1 v8.1.0595

patch 8.1.0595: libvterm tests are not run with coverage commit https://github.com/vim/vim/commit/a9659e0da41388f2c7aedccf016c2fe2eeec6a82 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 15 15:59:32 2018 +0100 patch 8.1.0595: libvterm tests are not run with coverage Problem: Libvterm tests are not run with coverage. Solution: Adjust the Travis config. Show the actually run commands.
author Bram Moolenaar <Bram@vim.org>
date Sat, 15 Dec 2018 16:00:06 +0100
parents b8299e742f41
children
line wrap: on
line source

INIT
WANTSTATE 

!Mouse reporting should not break by idempotent DECSM 1002
PUSH "\e[?1002h"
MOUSEMOVE 0,0 0
MOUSEBTN d 1 0
  output "\e[M\x20\x21\x21"
MOUSEMOVE 1,0 0
  output "\e[M\x40\x21\x22"
PUSH "\e[?1002h"
MOUSEMOVE 2,0 0
  output "\e[M\x40\x21\x23"