You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
let sentence =
{|No description, website, or topics provided. Add a READMEwith 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;
}
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.
The text was updated successfully, but these errors were encountered: