mirror of
https://github.com/wez/wezterm.git
synced 2024-11-11 03:27:05 +03:00
14c613a064
The idea here is that different kinds of panes may want to expose additional metadata to lua scripts. It would be a bit weird to add a Pane method for each of those and plumb it all the way through the various APIs, so just allowing a pane impl to return a dynamic value (likely an Object) allows a bunch of flexibility. This commit exposes the clientpane is_tardy boolean and the time since the last data was recevied (since_last_response_ms) from the mux client pane implementation: these are used to show the tardiness indicator in the client pane. Exposing this data enables the user to add that info to their status bar if they wish. |
||
---|---|---|
.. | ||
src | ||
build.rs | ||
Cargo.toml |