view src/libvterm/t/29state_fallback.test @ 18478:94223687df0e

Added tag v8.1.2233 for changeset e93cab5d0f0f27fad7882f1f412927df055b090d
author Bram Moolenaar <Bram@vim.org>
date Tue, 29 Oct 2019 04:30:05 +0100
parents b8299e742f41
children 1d595fada804
line wrap: on
line source

INIT
WANTSTATE f
RESET

!Unrecognised control 
PUSH "\x03"
  control 03

!Unrecognised CSI
PUSH "\e[?15;2z"
  csi 0x7a L=3f 15,2

!Unrecognised OSC
PUSH "\e]27;Something\e\\"
  osc "27;Something"

!Unrecognised DCS
PUSH "\ePz123\e\\"
  dcs "z123"