2022-09-22 06:25:17 +03:00
|
|
|
|
2022-11-02 18:16:09 +03:00
|
|
|
## termwiz-0.19.0:
|
2022-09-22 06:25:17 +03:00
|
|
|
|
2022-11-02 18:16:09 +03:00
|
|
|
* 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
|
2022-09-22 06:25:17 +03:00
|
|
|
* BREAKING: We now request modifyOtherKeys when setting up the unix terminal.
|
|
|
|
As a consequence, CTRL keys like `CTRL-C` are now reported as
|
|
|
|
`CTRL-lower-case-c` rather than `CTRL-upper-case-C`. We do this even when
|
|
|
|
modifyOtherKeys isn't active for the sake of overall consistency.
|