revert line break
This commit is contained in:
parent
d917aad352
commit
0cbbf38865
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ function con.forLine(l, fn, oy)
|
||||||
elseif l == '\r' then x = 0
|
elseif l == '\r' then x = 0
|
||||||
else x = x + 1
|
else x = x + 1
|
||||||
end
|
end
|
||||||
|
if x + 1 > con.w
|
||||||
|
then x, y = 0, y + 1 end
|
||||||
end
|
end
|
||||||
return y
|
return y
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue