mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 15:04:36 +03:00
539 B
539 B
termwiz-0.19.0:
- Added
Action::PrintString
to more efficiently accumulate sequences of printed characters. - Fixed build on 32-bit platforms
- Fixed build on Android systems
- Updates for Unicode 15
- Widgets can now control cursor visibility
- BREAKING: We now request modifyOtherKeys when setting up the unix terminal.
As a consequence, CTRL keys like
CTRL-C
are now reported asCTRL-lower-case-c
rather thanCTRL-upper-case-C
. We do this even when modifyOtherKeys isn't active for the sake of overall consistency.