about summary refs log tree commit diff stats
path: root/main.lua
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-06-14 07:30:47 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-06-14 08:01:53 -0700
commit9b0577f79eb87be1d2f3a8af09dc9830b14e63c1 (patch)
treeb65eab0dea6ff678fb8f0ec9e6ae9f7671bc1a63 /main.lua
parent5b6171cf02e4dce0d872cba768daf85a1a24dd5f (diff)
downloadtext.love-9b0577f79eb87be1d2f3a8af09dc9830b14e63c1.tar.gz
bugfix: UTF-8 in compute_fragments
Diffstat (limited to 'main.lua')
-rw-r--r--main.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.lua b/main.lua
index 227c149..6adf53c 100644
--- a/main.lua
+++ b/main.lua
@@ -194,6 +194,8 @@ function App.draw()
   Button_handlers = {}
   love.graphics.setColor(1, 1, 1)
   love.graphics.rectangle('fill', 0, 0, App.screen.width-1, App.screen.height-1)
+--?   love.graphics.setColor(0, 1, 0)
+--?   love.graphics.line(Line_width,0, Line_width,App.screen.height)
   love.graphics.setColor(0, 0, 0)
 
   -- some hysteresis while resizing