this repo has no description
3
fork

Configure Feed

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

ui: redraw message view when we get the first mouse report

+3
+3
src/irc.zig
··· 655 655 // Or if we did a middle click, and now released it 656 656 else if (last_mouse.button == .middle) 657 657 ctx.redraw = true; 658 + } else { 659 + // If we didn't have the mouse previously, we redraw 660 + ctx.redraw = true; 658 661 } 659 662 660 663 // Save this mouse state for when we draw