view src/libvterm/t/29state_fallback.test @ 23881:8ad1d2eaef23

Added tag v8.2.2482 for changeset 6559c0d6eb4c57c0e58bb3996f20c3cb61bb241f
author Bram Moolenaar <Bram@vim.org>
date Sun, 07 Feb 2021 16:15:05 +0100
parents 1d595fada804
children f93337ae0612
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"]