On Mon Sep 11 20:30:30 2023 +0000, Esme Povirk wrote:
I don't like this as a condition, and there's a later `lret == fitcpy` check that's missed. I think I'd rather see these lret/fit[cpy] comparisons replaced with a boolean variable for whether a newline was encountered.
Actually, I think an integer for "length of newline encountered" would be better for the part where you decrement `length` below.