this repo has no description
13
fork

Configure Feed

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

readme: fix examples wont compile

authored by

anis and committed by
Tim Culverhouse
4f6c1fc7 95b16790

+1 -1
+1 -1
README.md
··· 325 325 326 326 // init our text input widget. The text input widget needs an allocator to 327 327 // store the contents of the input 328 - var text_input = TextInput.init(alloc, &vx.unicode); 328 + var text_input = TextInput.init(alloc); 329 329 defer text_input.deinit(); 330 330 331 331 // Sends queries to terminal to detect certain features. This should always