Add support for scrolling w/ mouse when explicitly enabled (#389)

Co-authored-by: Ulyssa <git@ulyssa.dev>
This commit is contained in:
Aleš Katona 2025-05-28 21:48:10 -07:00 committed by GitHub
parent 3296f58859
commit 82ed796a91
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 53 additions and 8 deletions

View file

@ -189,6 +189,7 @@ pub fn mock_tunables() -> TunableValues {
external_edit_file_suffix: String::from(".md"),
username_display: UserDisplayStyle::Username,
message_user_color: false,
mouse: Default::default(),
notifications: Notifications {
enabled: false,
via: NotifyVia::default(),