diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2022-08-17 07:48:44 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2022-08-17 07:48:44 -0700 |
commit | 68052e807b999c2b3c53f438741a9111b094e325 (patch) | |
tree | 9434effaf3ce0d0c7e77ca7ec0eca48f91fbf75a | |
parent | 8ce39fe40368da906e9f8a250d1efb98e65a2c57 (diff) | |
parent | 4f128f39f3ec9d63f0076b1725ce321d1ea6d24b (diff) | |
download | text.love-68052e807b999c2b3c53f438741a9111b094e325.tar.gz |
Merge lines.love
-rw-r--r-- | text.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/text.lua b/text.lua index 93d2814..b33547c 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 |