this repo has no description
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

msgview: scroll 3 lines per wheel tick

+2 -2
+2 -2
src/irc.zig
··· 541 541 return ctx.consumeAndRedraw(); 542 542 } 543 543 if (mouse.button == .wheel_down) { 544 - self.scroll.pending -|= 1; 544 + self.scroll.pending -|= 3; 545 545 ctx.consume_event = true; 546 546 } 547 547 if (mouse.button == .wheel_up) { 548 - self.scroll.pending +|= 1; 548 + self.scroll.pending +|= 3; 549 549 ctx.consume_event = true; 550 550 } 551 551 if (self.scroll.pending != 0) {