Re: this comment, handle the case where a token is too long for a single line (right now, we just write the full line, even if it overlaps the next column). Probably split on spaces for this case, or if there aren't any spaces just pick a random character and split on that.
Re: this comment, handle the case where a token is too long for a single line (right now, we just write the full line, even if it overlaps the next column). Probably split on spaces for this case, or if there aren't any spaces just pick a random character and split on that.