this repo has no description
13
fork

Configure Feed

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

fixup! examples(view): update view example

+2 -2
+2 -2
examples/view.zig
··· 165 165 }); 166 166 167 167 // Clamp x and y 168 - x = @min(x, map_width - map_win.width); 169 - y = @min(y, map_height - map_win.height); 168 + x = @min(x, map_width -| map_win.width); 169 + y = @min(y, map_height -| map_win.height); 170 170 171 171 map_view.draw(map_win, .{ 172 172 .x_off = x,