Open FayCarsons opened 7 months ago
I'm facing the same issue.
let sentence =
{|No description, website, or topics provided. Add a README with an overview of your project. The answer is nuanced. The language specification does not stipulate what order the components of pairs should be evaluated in. Nor did our semantics exactly determine the order.|}
let initial_model =
{
cursor_idx = 0;
characters = string_to_characters sentence;
text = Text_input.make (sentence ^ "\n") ~cursor ();
output = paint Fg sentence;
quitting = false;
}
Rendering issue when typing anything:
https://github.com/leostera/minttea/assets/53475167/68f7860e-2eaf-4109-a119-a4f9f946f090
I wrote a little socket chat app w/ Mint tea, and for the most part it works great, but when the text input gets large enough to wrap around to the next line I get this rendering glitch:
It seems like it's duplicating the last rendered line every few frames maybe? I'm using the "latest version of riot" branch on Mac, with kitty for my terminal and Fish shell, if that's helpful.