aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/fixtures/modes
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/fixtures/modes')
-rw-r--r--tests/data/fixtures/modes/1.json9
-rw-r--r--tests/data/fixtures/modes/1.typescript1
-rw-r--r--tests/data/fixtures/modes/10.json14
-rw-r--r--tests/data/fixtures/modes/10.typescript1
-rw-r--r--tests/data/fixtures/modes/11.json13
-rw-r--r--tests/data/fixtures/modes/11.typescript1
-rw-r--r--tests/data/fixtures/modes/12.json13
-rw-r--r--tests/data/fixtures/modes/12.typescript1
-rw-r--r--tests/data/fixtures/modes/13.json12
-rw-r--r--tests/data/fixtures/modes/13.typescript1
-rw-r--r--tests/data/fixtures/modes/14.json12
-rw-r--r--tests/data/fixtures/modes/14.typescript1
-rw-r--r--tests/data/fixtures/modes/15.json12
-rw-r--r--tests/data/fixtures/modes/15.typescript1
-rw-r--r--tests/data/fixtures/modes/16.json11
-rw-r--r--tests/data/fixtures/modes/16.typescript1
-rw-r--r--tests/data/fixtures/modes/17.json11
-rw-r--r--tests/data/fixtures/modes/17.typescript1
-rw-r--r--tests/data/fixtures/modes/18.json10
-rw-r--r--tests/data/fixtures/modes/18.typescript1
-rw-r--r--tests/data/fixtures/modes/19.json9
-rw-r--r--tests/data/fixtures/modes/19.typescript1
-rw-r--r--tests/data/fixtures/modes/2.json10
-rw-r--r--tests/data/fixtures/modes/2.typescript1
-rw-r--r--tests/data/fixtures/modes/20.json8
-rw-r--r--tests/data/fixtures/modes/20.typescript1
-rw-r--r--tests/data/fixtures/modes/3.json11
-rw-r--r--tests/data/fixtures/modes/3.typescript1
-rw-r--r--tests/data/fixtures/modes/4.json11
-rw-r--r--tests/data/fixtures/modes/4.typescript1
-rw-r--r--tests/data/fixtures/modes/5.json11
-rw-r--r--tests/data/fixtures/modes/5.typescript1
-rw-r--r--tests/data/fixtures/modes/6.json11
-rw-r--r--tests/data/fixtures/modes/6.typescript1
-rw-r--r--tests/data/fixtures/modes/7.json12
-rw-r--r--tests/data/fixtures/modes/7.typescript1
-rw-r--r--tests/data/fixtures/modes/8.json12
-rw-r--r--tests/data/fixtures/modes/8.typescript1
-rw-r--r--tests/data/fixtures/modes/9.json13
-rw-r--r--tests/data/fixtures/modes/9.typescript1
40 files changed, 245 insertions, 0 deletions
diff --git a/tests/data/fixtures/modes/1.json b/tests/data/fixtures/modes/1.json
new file mode 100644
index 0000000..edade8b
--- /dev/null
+++ b/tests/data/fixtures/modes/1.json
@@ -0,0 +1,9 @@
+{
+ "contents": "",
+ "cells": {},
+ "cursor_position": [
+ 0,
+ 0
+ ],
+ "application_cursor": true
+} \ No newline at end of file
diff --git a/tests/data/fixtures/modes/1.typescript b/tests/data/fixtures/modes/1.typescript
new file mode 100644
index 0000000..38296fa
--- /dev/null
+++ b/tests/data/fixtures/modes/1.typescript
@@ -0,0 +1 @@
+[?1h \ No newline at end of file
diff --git a/tests/data/fixtures/modes/10.json b/tests/data/fixtures/modes/10.json
new file mode 100644
index 0000000..e166532
--- /dev/null
+++ b/tests/data/fixtures/modes/10.json
@@ -0,0 +1,14 @@
+{
+ "contents": "",
+ "cells": {},
+ "cursor_position": [
+ 0,
+ 0
+ ],
+ "application_keypad": true,
+ "application_cursor": true,
+ "hide_cursor": true,
+ "bracketed_paste": true,
+ "mouse_protocol_mode": "any_motion",
+ "mouse_protocol_encoding": "sgr"
+} \ No newline at end of file
diff --git a/tests/data/fixtures/modes/10.typescript b/tests/data/fixtures/modes/10.typescript
new file mode 100644
index 0000000..efa8c19
--- /dev/null
+++ b/tests/data/fixtures/modes/10.typescript
@@ -0,0 +1 @@
+= \ No newline at end of file
diff --git a/tests/data/fixtures/modes/11.json b/tests/data/fixtures/modes/11.json
new file mode 100644
index 0000000..e740897
--- /dev/null
+++ b/tests/data/fixtures/modes/11.json
@@ -0,0 +1,13 @@
+{
+ "contents": "",
+ "cells": {},
+ "cursor_position": [
+ 0,
+ 0
+ ],
+ "application_keypad": true,
+ "hide_cursor": true,
+ "bracketed_paste": true,
+ "mouse_protocol_mode": "any_motion",
+ "mouse_protocol_encoding": "sgr"
+} \ No newline at end of file
diff --git a/tests/data/fixtures/modes/11.typescript b/tests/data/fixtures/modes/11.typescript
new file mode 100644
index 0000000..c0c5ea4
--- /dev/null
+++ b/tests/data/fixtures/modes/11.typescript
@@ -0,0 +1 @@
+[?1l \ No newline at end of file
diff --git a/tests/data/fixtures/modes/12.json b/tests/data/fixtures/modes/12.json
new file mode 100644
index 0000000..e740897
--- /dev/null
+++ b/tests/data/fixtures/modes/12.json
@@ -0,0 +1,13 @@
+{
+ "contents": "",
+ "cells": {},
+ "cursor_position": [
+ 0,
+ 0
+ ],
+ "application_keypad": true,
+ "hide_cursor": true,
+ "bracketed_paste": true,
+ "mouse_protocol_mode": "any_motion",
+ "mouse_protocol_encoding": "sgr"
+} \ No newline at end of file
diff --git a/tests/data/fixtures/modes/12.typescript b/tests/data/fixtures/modes/12.typescript
new file mode 100644
index 0000000..83777d9
--- /dev/null
+++ b/tests/data/fixtures/modes/12.typescript
@@ -0,0 +1 @@
+[?9l \ No newline at end of file
diff --git a/tests/data/fixtures/modes/13.json b/tests/data/fixtures/modes/13.json
new file mode 100644
index 0000000..9a1f6a9
--- /dev/null
+++ b/tests/data/fixtures/modes/13.json
@@ -0,0 +1,12 @@
+{
+ "contents": "",
+ "cells": {},
+ "cursor_position": [
+ 0,
+ 0
+ ],
+ "application_keypad": true,
+ "bracketed_paste": true,
+ "mouse_protocol_mode": "any_motion",
+ "mouse_protocol_encoding": "sgr"
+} \ No newline at end of file
diff --git a/tests/data/fixtures/modes/13.typescript b/tests/data/fixtures/modes/13.typescript
new file mode 100644
index 0000000..da80427
--- /dev/null
+++ b/tests/data/fixtures/modes/13.typescript
@@ -0,0 +1 @@
+[?25h \ No newline at end of file
diff --git a/tests/data/fixtures/modes/14.json b/tests/data/fixtures/modes/14.json
new file mode 100644
index 0000000..9a1f6a9
--- /dev/null
+++ b/tests/data/fixtures/modes/14.json
@@ -0,0 +1,12 @@
+{
+ "contents": "",
+ "cells": {},
+ "cursor_position": [
+ 0,
+ 0
+ ],
+ "application_keypad": true,
+ "bracketed_paste": true,
+ "mouse_protocol_mode": "any_motion",
+ "mouse_protocol_encoding": "sgr"
+} \ No newline at end of file
diff --git a/tests/data/fixtures/modes/14.typescript b/tests/data/fixtures/modes/14.typescript
new file mode 100644
index 0000000..fe30318
--- /dev/null
+++ b/tests/data/fixtures/modes/14.typescript
@@ -0,0 +1 @@
+[?1000l \ No newline at end of file
diff --git a/tests/data/fixtures/modes/15.json b/tests/data/fixtures/modes/15.json
new file mode 100644
index 0000000..9a1f6a9
--- /dev/null
+++ b/tests/data/fixtures/modes/15.json
@@ -0,0 +1,12 @@
+{
+ "contents": "",
+ "cells": {},
+ "cursor_position": [
+ 0,
+ 0
+ ],
+ "application_keypad": true,
+ "bracketed_paste": true,
+ "mouse_protocol_mode": "any_motion",
+ "mouse_protocol_encoding": "sgr"
+} \ No newline at end of file
diff --git a/tests/data/fixtures/modes/15.typescript b/tests/data/fixtures/modes/15.typescript
new file mode 100644
index 0000000..92210b2
--- /dev/null
+++ b/tests/data/fixtures/modes/15.typescript
@@ -0,0 +1 @@
+[?1002l \ No newline at end of file
diff --git a/tests/data/fixtures/modes/16.json b/tests/data/fixtures/modes/16.json
new file mode 100644
index 0000000..4aa9683
--- /dev/null
+++ b/tests/data/fixtures/modes/16.json
@@ -0,0 +1,11 @@
+{
+ "contents": "",
+ "cells": {},
+ "cursor_position": [
+ 0,
+ 0
+ ],
+ "application_keypad": true,
+ "bracketed_paste": true,
+ "mouse_protocol_encoding": "sgr"
+} \ No newline at end of file
diff --git a/tests/data/fixtures/modes/16.typescript b/tests/data/fixtures/modes/16.typescript
new file mode 100644
index 0000000..23aef53
--- /dev/null
+++ b/tests/data/fixtures/modes/16.typescript
@@ -0,0 +1 @@
+[?1003l \ No newline at end of file
diff --git a/tests/data/fixtures/modes/17.json b/tests/data/fixtures/modes/17.json
new file mode 100644
index 0000000..4aa9683
--- /dev/null
+++ b/tests/data/fixtures/modes/17.json
@@ -0,0 +1,11 @@
+{
+ "contents": "",
+ "cells": {},
+ "cursor_position": [
+ 0,
+ 0
+ ],
+ "application_keypad": true,
+ "bracketed_paste": true,
+ "mouse_protocol_encoding": "sgr"
+} \ No newline at end of file
diff --git a/tests/data/fixtures/modes/17.typescript b/tests/data/fixtures/modes/17.typescript
new file mode 100644
index 0000000..2ebc028
--- /dev/null
+++ b/tests/data/fixtures/modes/17.typescript
@@ -0,0 +1 @@
+[?1005l \ No newline at end of file
diff --git a/tests/data/fixtures/modes/18.json b/tests/data/fixtures/modes/18.json
new file mode 100644
index 0000000..08aa166
--- /dev/null
+++ b/tests/data/fixtures/modes/18.json
@@ -0,0 +1,10 @@
+{
+ "contents": "",
+ "cells": {},
+ "cursor_position": [
+ 0,
+ 0
+ ],
+ "application_keypad": true,
+ "bracketed_paste": true
+} \ No newline at end of file
diff --git a/tests/data/fixtures/modes/18.typescript b/tests/data/fixtures/modes/18.typescript
new file mode 100644
index 0000000..daef3cc
--- /dev/null
+++ b/tests/data/fixtures/modes/18.typescript
@@ -0,0 +1 @@
+[?1006l \ No newline at end of file
diff --git a/tests/data/fixtures/modes/19.json b/tests/data/fixtures/modes/19.json
new file mode 100644
index 0000000..2c08908
--- /dev/null
+++ b/tests/data/fixtures/modes/19.json
@@ -0,0 +1,9 @@
+{
+ "contents": "",
+ "cells": {},
+ "cursor_position": [
+ 0,
+ 0
+ ],
+ "application_keypad": true
+} \ No newline at end of file
diff --git a/tests/data/fixtures/modes/19.typescript b/tests/data/fixtures/modes/19.typescript
new file mode 100644
index 0000000..e318b5b
--- /dev/null
+++ b/tests/data/fixtures/modes/19.typescript
@@ -0,0 +1 @@
+[?2004l \ No newline at end of file
diff --git a/tests/data/fixtures/modes/2.json b/tests/data/fixtures/modes/2.json
new file mode 100644
index 0000000..27d3ca6
--- /dev/null
+++ b/tests/data/fixtures/modes/2.json
@@ -0,0 +1,10 @@
+{
+ "contents": "",
+ "cells": {},
+ "cursor_position": [
+ 0,
+ 0
+ ],
+ "application_cursor": true,
+ "mouse_protocol_mode": "press"
+} \ No newline at end of file
diff --git a/tests/data/fixtures/modes/2.typescript b/tests/data/fixtures/modes/2.typescript
new file mode 100644
index 0000000..c6036f7
--- /dev/null
+++ b/tests/data/fixtures/modes/2.typescript
@@ -0,0 +1 @@
+[?9h \ No newline at end of file
diff --git a/tests/data/fixtures/modes/20.json b/tests/data/fixtures/modes/20.json
new file mode 100644
index 0000000..bb83ae4
--- /dev/null
+++ b/tests/data/fixtures/modes/20.json
@@ -0,0 +1,8 @@
+{
+ "contents": "",
+ "cells": {},
+ "cursor_position": [
+ 0,
+ 0
+ ]
+} \ No newline at end of file
diff --git a/tests/data/fixtures/modes/20.typescript b/tests/data/fixtures/modes/20.typescript
new file mode 100644
index 0000000..989bcaf
--- /dev/null
+++ b/tests/data/fixtures/modes/20.typescript
@@ -0,0 +1 @@
+> \ No newline at end of file
diff --git a/tests/data/fixtures/modes/3.json b/tests/data/fixtures/modes/3.json
new file mode 100644
index 0000000..ad57711
--- /dev/null
+++ b/tests/data/fixtures/modes/3.json
@@ -0,0 +1,11 @@
+{
+ "contents": "",
+ "cells": {},
+ "cursor_position": [
+ 0,
+ 0
+ ],
+ "application_cursor": true,
+ "hide_cursor": true,
+ "mouse_protocol_mode": "press"
+} \ No newline at end of file
diff --git a/tests/data/fixtures/modes/3.typescript b/tests/data/fixtures/modes/3.typescript
new file mode 100644
index 0000000..4f9e18b
--- /dev/null
+++ b/tests/data/fixtures/modes/3.typescript
@@ -0,0 +1 @@
+[?25l \ No newline at end of file
diff --git a/tests/data/fixtures/modes/4.json b/tests/data/fixtures/modes/4.json
new file mode 100644
index 0000000..28eda16
--- /dev/null
+++ b/tests/data/fixtures/modes/4.json
@@ -0,0 +1,11 @@
+{
+ "contents": "",
+ "cells": {},
+ "cursor_position": [
+ 0,
+ 0
+ ],
+ "application_cursor": true,
+ "hide_cursor": true,
+ "mouse_protocol_mode": "press_release"
+} \ No newline at end of file
diff --git a/tests/data/fixtures/modes/4.typescript b/tests/data/fixtures/modes/4.typescript
new file mode 100644
index 0000000..260f85e
--- /dev/null
+++ b/tests/data/fixtures/modes/4.typescript
@@ -0,0 +1 @@
+[?1000h \ No newline at end of file
diff --git a/tests/data/fixtures/modes/5.json b/tests/data/fixtures/modes/5.json
new file mode 100644
index 0000000..62b8b5d
--- /dev/null
+++ b/tests/data/fixtures/modes/5.json
@@ -0,0 +1,11 @@
+{
+ "contents": "",
+ "cells": {},
+ "cursor_position": [
+ 0,
+ 0
+ ],
+ "application_cursor": true,
+ "hide_cursor": true,
+ "mouse_protocol_mode": "button_motion"
+} \ No newline at end of file
diff --git a/tests/data/fixtures/modes/5.typescript b/tests/data/fixtures/modes/5.typescript
new file mode 100644
index 0000000..f8d0c1c
--- /dev/null
+++ b/tests/data/fixtures/modes/5.typescript
@@ -0,0 +1 @@
+[?1002h \ No newline at end of file
diff --git a/tests/data/fixtures/modes/6.json b/tests/data/fixtures/modes/6.json
new file mode 100644
index 0000000..026be92
--- /dev/null
+++ b/tests/data/fixtures/modes/6.json
@@ -0,0 +1,11 @@
+{
+ "contents": "",
+ "cells": {},
+ "cursor_position": [
+ 0,
+ 0
+ ],
+ "application_cursor": true,
+ "hide_cursor": true,
+ "mouse_protocol_mode": "any_motion"
+} \ No newline at end of file
diff --git a/tests/data/fixtures/modes/6.typescript b/tests/data/fixtures/modes/6.typescript
new file mode 100644
index 0000000..a47cbfe
--- /dev/null
+++ b/tests/data/fixtures/modes/6.typescript
@@ -0,0 +1 @@
+[?1003h \ No newline at end of file
diff --git a/tests/data/fixtures/modes/7.json b/tests/data/fixtures/modes/7.json
new file mode 100644
index 0000000..fb7e311
--- /dev/null
+++ b/tests/data/fixtures/modes/7.json
@@ -0,0 +1,12 @@
+{
+ "contents": "",
+ "cells": {},
+ "cursor_position": [
+ 0,
+ 0
+ ],
+ "application_cursor": true,
+ "hide_cursor": true,
+ "mouse_protocol_mode": "any_motion",
+ "mouse_protocol_encoding": "utf8"
+} \ No newline at end of file
diff --git a/tests/data/fixtures/modes/7.typescript b/tests/data/fixtures/modes/7.typescript
new file mode 100644
index 0000000..1a9e3a9
--- /dev/null
+++ b/tests/data/fixtures/modes/7.typescript
@@ -0,0 +1 @@
+[?1005h \ No newline at end of file
diff --git a/tests/data/fixtures/modes/8.json b/tests/data/fixtures/modes/8.json
new file mode 100644
index 0000000..66247b5
--- /dev/null
+++ b/tests/data/fixtures/modes/8.json
@@ -0,0 +1,12 @@
+{
+ "contents": "",
+ "cells": {},
+ "cursor_position": [
+ 0,
+ 0
+ ],
+ "application_cursor": true,
+ "hide_cursor": true,
+ "mouse_protocol_mode": "any_motion",
+ "mouse_protocol_encoding": "sgr"
+} \ No newline at end of file
diff --git a/tests/data/fixtures/modes/8.typescript b/tests/data/fixtures/modes/8.typescript
new file mode 100644
index 0000000..494ccd9
--- /dev/null
+++ b/tests/data/fixtures/modes/8.typescript
@@ -0,0 +1 @@
+[?1006h \ No newline at end of file
diff --git a/tests/data/fixtures/modes/9.json b/tests/data/fixtures/modes/9.json
new file mode 100644
index 0000000..7f115fa
--- /dev/null
+++ b/tests/data/fixtures/modes/9.json
@@ -0,0 +1,13 @@
+{
+ "contents": "",
+ "cells": {},
+ "cursor_position": [
+ 0,
+ 0
+ ],
+ "application_cursor": true,
+ "hide_cursor": true,
+ "bracketed_paste": true,
+ "mouse_protocol_mode": "any_motion",
+ "mouse_protocol_encoding": "sgr"
+} \ No newline at end of file
diff --git a/tests/data/fixtures/modes/9.typescript b/tests/data/fixtures/modes/9.typescript
new file mode 100644
index 0000000..70296b5
--- /dev/null
+++ b/tests/data/fixtures/modes/9.typescript
@@ -0,0 +1 @@
+[?2004h \ No newline at end of file