this repo has no description
13
fork

Configure Feed

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

fix: panic invalid enum value on left or right scroll

authored by

CJ van den Berg and committed by
Tim Culverhouse
5b7f2c3d f0eaa3c8

+2
+2
src/Mouse.zig
··· 20 20 none, 21 21 wheel_up = 64, 22 22 wheel_down = 65, 23 + wheel_right = 66, 24 + wheel_left = 67, 23 25 button_8 = 128, 24 26 button_9 = 129, 25 27 button_10 = 130,