this repo has no description
3
fork

Configure Feed

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

vaxis: use remote vaxis lib

Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>

+3 -2
+2 -1
build.zig.zon
··· 7 7 .hash = "12208603e0f51fa6ce7201d8e851c5979b6b78887434623ac87a0f2a5a3dd3e75130", 8 8 }, 9 9 .vaxis = .{ 10 - .path = "../libvaxis", 10 + .url = "git+https://github.com/rockorager/libvaxis#bb5d79ef75f418e3564c12a07e639a835a7568b0", 11 + .hash = "12207097e3c39f054c4c155d6c5b3a485415b21118dcfa19274d7b62cae92f7a007e", 11 12 }, 12 13 .zeit = .{ 13 14 .url = "git+https://github.com/rockorager/zeit#d5ce6b6b6336b4dc9c0d1d67339dea81fb4d2e77",
perf.data

This is a binary file and will not be displayed.

perf.data.old

This is a binary file and will not be displayed.

+1 -1
src/App.zig
··· 1734 1734 self.content_segments.items, 1735 1735 .{ 1736 1736 .wrap = .word, 1737 - .skip_n_rows = content_height - content_win.height, 1737 + // .skip_n_rows = content_height - content_win.height, 1738 1738 }, 1739 1739 ); 1740 1740 if (content_height > y_off) break;