this repo has no description
13
fork

Configure Feed

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

update README.md example

authored by

Esparis and committed by
Tim Culverhouse
b698a364 9fc9015d

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