this repo has no description
13
fork

Configure Feed

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

examples(table): add intrusive init on Loop

+1
+1
examples/table.zig
··· 34 34 key_press: vaxis.Key, 35 35 winsize: vaxis.Winsize, 36 36 }) = .{ .tty = &tty, .vaxis = &vx }; 37 + try loop.init(); 37 38 38 39 try loop.start(); 39 40 defer loop.stop();