+1
-1
README.md
+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