revert line break

This commit is contained in:
Er2 2022-02-22 21:57:24 +03:00
parent d917aad352
commit 0cbbf38865
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ function con.forLine(l, fn, oy)
elseif l == '\r' then x = 0
else x = x + 1
end
if x + 1 > con.w
then x, y = 0, y + 1 end
end
return y
end