ur0 / lolcat

lolcat, now with fearless concurrency.
MIT License
99 stars 14 forks source link

When printing a line that is longer than the length of the terminal, try to detect that and #23

Closed magnus-ISU closed 1 year ago

magnus-ISU commented 1 year ago

From clolcat:

// if a single line is too fat it might break down to multiple visual lines,
    // but the color will be as if it was a single visual line. So we get the
    // width of the terminal and every time it is reached we act as if a \n
    // appeared

Seems like a good feature. I will try to implement after exams.

magnus-ISU commented 1 year ago

Resolved by #26