···325325326326 // init our text input widget. The text input widget needs an allocator to
327327 // store the contents of the input
328328- var text_input = TextInput.init(alloc, &vx.unicode);
328328+ var text_input = TextInput.init(alloc);
329329 defer text_input.deinit();
330330331331 // Sends queries to terminal to detect certain features. This should always