diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2022-09-03 15:44:23 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2022-09-03 15:44:23 -0700 |
commit | 9fe2af3e340ad4bf5d040e6d06b2eea39b7d45bd (patch) | |
tree | 21c32c6728867145ce6bb00e39dee563786f593c | |
parent | 84e2eafb0bde7ada2f460d8de9360e71ba9dd634 (diff) | |
download | view.love-9fe2af3e340ad4bf5d040e6d06b2eea39b7d45bd.tar.gz |
stray edit from source_text.lua
-rw-r--r-- | text.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/text.lua b/text.lua index 9156498..d6d44a4 100644 --- a/text.lua +++ b/text.lua @@ -1,6 +1,5 @@ -- text editor, particularly text drawing, horizontal wrap, vertical scrolling Text = {} -AB_padding = 20 -- space in pixels between A side and B side -- draw a line starting from startpos to screen at y between State.left and State.right -- return the final y, and position of start of final screen line drawn |