mirror of
https://github.com/wez/wezterm.git
synced 2024-12-24 13:52:55 +03:00
feb9e11b33
Factor out the probe_screen_size method from the Terminal trait and put it into a ProbeCapabilities struct. This makes it easier to introduce other sorts of probed information without making the Terminal trait grow all sorts of additional methods. A Terminal may choose not to support probing, which it cannot if it doesn't have Read + Write handles to an underlying terminal (such as some special cases in wezterm). |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |