redox-os/termion (termion)
### [`v4.0.0`](https://gitlab.redox-os.org/redox-os/termion/blob/HEAD/CHANGELOG.md#400)
[Compare Source](https://gitlab.redox-os.org/redox-os/termion/compare/3.0.0...4.0.0)
4.0.0 adds support for horizontal scrolling when working with `MouseTerminal`.
#### 3.0.0 to 4.0.0 guide
A change is only necessary if you were matching on all variants of the `MouseEvent` enum without a wildcard.
In this case, you need to either handle the two new variants, `MouseLeft` and `MouseRight`, or add a wildcard.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
3.0.0
->4.0.0
Release Notes
redox-os/termion (termion)
### [`v4.0.0`](https://gitlab.redox-os.org/redox-os/termion/blob/HEAD/CHANGELOG.md#400) [Compare Source](https://gitlab.redox-os.org/redox-os/termion/compare/3.0.0...4.0.0) 4.0.0 adds support for horizontal scrolling when working with `MouseTerminal`. #### 3.0.0 to 4.0.0 guide A change is only necessary if you were matching on all variants of the `MouseEvent` enum without a wildcard. In this case, you need to either handle the two new variants, `MouseLeft` and `MouseRight`, or add a wildcard.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.