This commit is contained in:
Kartik K. Agaram 2022-06-02 19:08:06 -07:00
parent 51f4f13ecc
commit 9121a263a6

View File

@ -128,7 +128,7 @@ function App.draw()
for line_index,line in ipairs(Lines) do
line.y = nil
end
assert(Screen_top1.line < Cursor1.line or (Screen_top1.line == Cursor1.line and Screen_top1.pos <= Cursor1.pos))
assert(Text.le1(Screen_top1, Cursor1))
local y = 15
--? print('== draw')
for line_index,line in ipairs(Lines) do