mirror of
https://github.com/herdrdev/herdr.git
synced 2026-09-25 00:01:09 +00:00
* feat: add stable client endpoint compatibility * fix: keep portable-pty patch checks composable * ci: run maintenance checks in pull requests * fix: reject endpoint errors from terminal clients * feat: keep compatible servers running across updates
26 lines
434 B
JSON
26 lines
434 B
JSON
{
|
|
"generation": 1,
|
|
"cell_width_px": 8,
|
|
"cell_height_px": 16,
|
|
"surface_size": {
|
|
"cols": 80,
|
|
"rows": 24
|
|
},
|
|
"pixel_mouse": true,
|
|
"direct_graphics": false,
|
|
"endpoint_keybindings": false,
|
|
"mouse_capture": true,
|
|
"snapshot_codecs": [
|
|
"shell.snapshot.v1"
|
|
],
|
|
"surface_codecs": [
|
|
"shell.surface.v1"
|
|
],
|
|
"input_codecs": [
|
|
"shell.input.semantic.v1"
|
|
],
|
|
"blob_codecs": [
|
|
"shell.blob.v1"
|
|
]
|
|
}
|