From 4f128f39f3ec9d63f0076b1725ce321d1ea6d24b Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 16 Aug 2022 13:38:10 -0700 Subject: [PATCH] obsolete comment --- text.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/text.lua b/text.lua index e46777e..3e9f51a 100644 --- a/text.lua +++ b/text.lua @@ -68,8 +68,6 @@ function Text.draw(State, line_index, y, startpos) end return y, screen_line_starting_pos end --- manual tests: --- draw with small screen width of 100 function Text.draw_cursor(State, x, y) -- blink every 0.5s