this repo has no description
3
fork

Configure Feed

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

loop: init loop to get resize events

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

+1
+1
src/App.zig
··· 226 226 .vaxis = &self.vx, 227 227 .tty = &self.tty, 228 228 }; 229 + try self.loop.?.init(); 229 230 try self.loop.?.start(); 230 231 try self.vx.enterAltScreen(writer); 231 232 try self.vx.queryTerminal(writer, 1 * std.time.ns_per_s);