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
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(),