File: 29state_fallback.test

package info (click to toggle)
golang-github-ddevault-go-libvterm 0.0~git20190526.b7d861d-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 752 kB
  • sloc: ansic: 5,945; perl: 194; makefile: 113
file content (19 lines) | stat: -rw-r--r-- 247 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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"