aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/fixtures/ris/1.json
blob: 58b62c3cd160a06264efb8c740573501ce7d3728 (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
{
  "contents": "foo",
  "cells": {
    "0,0": {
      "contents": "f"
    },
    "0,1": {
      "contents": "o",
      "fgcolor": "1",
      "bgcolor": "7",
      "bold": true,
      "italic": true,
      "underline": true
    },
    "0,2": {
      "contents": "o",
      "fgcolor": "1",
      "bgcolor": "7",
      "bold": true,
      "italic": true,
      "underline": true
    }
  },
  "cursor_position": [
    20,
    20
  ],
  "title": "window title",
  "icon_name": "window icon name",
  "application_keypad": true,
  "application_cursor": true,
  "hide_cursor": true,
  "bracketed_paste": true,
  "mouse_protocol_mode": "press_release",
  "mouse_protocol_encoding": "sgr"
}