1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 15:04:36 +03:00

docs: changelog for scrollback/search improvements

refs: https://github.com/wez/wezterm/issues/1569
refs: https://github.com/wez/wezterm/issues/1626
This commit is contained in:
Wez Furlong 2022-07-24 13:39:36 -07:00
parent dd6d2e1971
commit a897924e26

View File

@ -44,6 +44,8 @@ As features stabilize some brief notes about them will accumulate here.
[@azzamsa](https://github.com/azzamsa)!
[#2273](https://github.com/wez/wezterm/issues/2273)
[#2253](https://github.com/wez/wezterm/issues/2253)
* Internal scrollback datastructure improvements reduce per-cell overhead by up to ~40x depending on the composition of the line (lines with lots of varied attributes or image attachments will have more overhead).
* Improved search performance
#### Fixed
* [ActivateKeyTable](config/lua/keyassignment/ActivateKeyTable.md)'s `replace_current` field was not actually optional. Made it optional. [#2179](https://github.com/wez/wezterm/issues/2179)