obsolete comment

This commit is contained in:
Kartik K. Agaram 2022-08-16 13:38:10 -07:00
parent eba973369e
commit 4f128f39f3

View File

@ -68,8 +68,6 @@ function Text.draw(State, line_index, y, startpos)
end end
return y, screen_line_starting_pos return y, screen_line_starting_pos
end end
-- manual tests:
-- draw with small screen width of 100
function Text.draw_cursor(State, x, y) function Text.draw_cursor(State, x, y)
-- blink every 0.5s -- blink every 0.5s