1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-21 11:50:42 +03:00

docs: note NSCursor selector issue in the changelog

This was fixed in 5b8b41adbb

refs: #391
This commit is contained in:
Wez Furlong 2020-12-21 22:27:49 -08:00
parent 61ce4cd954
commit a4d64d3bdd

View File

@ -29,6 +29,7 @@ brief notes about them may accumulate here.
* Workaround Cocoa leaking window position saved state file descriptors to child processes on macOS Big Sur
* The 256 color cube now uses slightly brighter colors [#348](https://github.com/wez/wezterm/issues/348)
* New: added `line_height` configuration option to scale the computed cell height. The default is `1.0`, resulting in using the font-specified metrics. Setting it to `1.2` will result in a 20% larger cell height.
* macOS: Fixed an issue where hovering over the split between panes could result in wezterm becoming unresponsive [#391](https://github.com/wez/wezterm/issues/391)
### 20201101-103216-403d002d