php-kilo/tests/__snapshots__/EditorTest__test__debugInfo__1.json

31 lines
535 B
JSON
Raw Normal View History

2019-11-20 15:03:48 -05:00
{
2021-03-09 12:47:33 -05:00
"cursor": {
"x": 0,
"y": 0
},
2021-03-11 17:11:00 -05:00
"document": {
"syntax": null,
"tokens": [],
"rows": [],
"filename": null
},
2021-03-09 12:47:33 -05:00
"offset": {
"x": 0,
"y": 0
},
2021-03-10 22:55:52 -05:00
"dirty": false,
2019-11-20 15:03:48 -05:00
"filename": "",
"renderX": 0,
"rows": [],
2021-03-11 17:11:00 -05:00
"terminalSize": {
"rows": 21,
"cols": 80
},
"statusMessage": {
"text": "HELP: Ctrl-S = save | Ctrl-Q = quit | Ctrl-F = find",
"time": 1234567890
},
2019-11-20 15:03:48 -05:00
"syntax": null,
"tokens": []
}