1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-24 22:01:47 +03:00
This commit is contained in:
Wez Furlong 2021-08-16 09:38:36 -07:00
parent 935c1f4829
commit 2a39e8ad88

View File

@ -13,6 +13,7 @@ As features stabilize some brief notes about them will accumulate here.
* Fixed: `wezterm cli spawn` would use the initial terminal size for a new tab, rather than using the current tab size [#920](https://github.com/wez/wezterm/issues/920)
* Fixed: `text_background_opacity` opacity was not respected
* Fixed: spawning commands via the mux didn't respect the `PATH` configured in `set_environment_variables`. [#1029](https://github.com/wez/wezterm/issues/1029)
### 20210814-124438-54e29167