mirror of
https://github.com/wez/wezterm.git
synced 2024-11-13 07:22:52 +03:00
0d51a9c444
This is included only in the json output mode. Note that this does not and cannot include positioning information known only to the GUI, as there may not be a GUI. That means that window position, tab bar and padding data are not known and not able to be returned via this interface. ``` ; wezterm cli list --format json [ { "window_id": 0, "tab_id": 0, "pane_id": 0, "workspace": "default", "size": { "rows": 24, "cols": 80, "pixel_width": 1040, "pixel_height": 672, "dpi": 124 }, "title": "wezterm cli list --format json -- wez@foo:~", "cwd": "file://foo/home/wez/", "cursor_x": 0, "cursor_y": 2, "cursor_shape": "Default", "cursor_visibility": "Visible", "left_col": 0, "top_row": 0 } ] ``` refs: #2319 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |