aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/fixtures/split_escape_sequences/19.json
blob: ad7cef9440b95ebbcee17d65d0478827206fb095 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
  "contents": "abcabc\n\n\n\n\n\n\n\n\n\n\n                       def",
  "cells": {
    "0,0": {
      "contents": "a"
    },
    "0,1": {
      "contents": "b"
    },
    "0,2": {
      "contents": "c"
    },
    "0,3": {
      "contents": "a"
    },
    "0,4": {
      "contents": "b"
    },
    "0,5": {
      "contents": "c"
    },
    "11,23": {
      "contents": "d"
    },
    "11,24": {
      "contents": "e"
    },
    "11,25": {
      "contents": "f"
    }
  },
  "cursor_position": [
    11,
    23
  ],
  "mouse_protocol_mode": "press_release"
}