this repo has no description
13
fork

Configure Feed

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

update readme

authored by

Esparis and committed by
Tim Culverhouse
f8b45b39 b698a364

+1 -1
+1 -1
README.md
··· 291 291 292 292 // Initialize a tty 293 293 var buffer: [1024]u8 = undefined; 294 - var tty = try vaxis.Tty.init(buffer); 294 + var tty = try vaxis.Tty.init(&buffer); 295 295 defer tty.deinit(); 296 296 297 297 // Initialize Vaxis