commit | 0404474ec24be4b3e2c8f56c4f304541b6253142 | [log] [tgz] |
---|---|---|
author | David Lawrence Ramsey <pooka109@gmail.com> | Fri Feb 24 14:44:58 2017 -0600 |
committer | Benno Schulenberg <bensberg@justemail.net> | Tue Feb 28 16:50:22 2017 +0100 |
tree | 3f30e58d5119813aca2ec28c3644c53a57d6c53e | |
parent | a80ade38d79eebc55af82c21ac885d0c7ac23f71 [diff] |
tweaks: stop converting text once we overshoot span columns Since we only need span columns of the string, stop scanning the string as soon as we have that many columns, instead of scanning the string all the way to the end. This speeds up the conversion of very long lines.