increase default scroll speed

pull/4933/head
Dax Raad 2025-12-04 23:54:46 -05:00
parent c264e9c364
commit 95168b8267
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ export function Session() {
return new CustomSpeedScroll(tui.scroll_speed)
}
return new CustomSpeedScroll(process.platform === "win32" ? 3 : 1)
return new CustomSpeedScroll(3)
})
createEffect(async () => {