about summary refs log tree commit diff stats
path: root/text.lua
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-06-10 12:01:38 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-06-10 12:01:46 -0700
commitc93553b670d66bae3fa586a8c88bdf4b5a1d620e (patch)
tree08812d7b5151b6d88024d72f8f8616ea04afc0b0 /text.lua
parentc875f7be46d76650e1c6a16668f77df7227d57d3 (diff)
downloadlines.love-c93553b670d66bae3fa586a8c88bdf4b5a1d620e.tar.gz
.
Diffstat (limited to 'text.lua')
-rw-r--r--text.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/text.lua b/text.lua
index 464e26c..432a8d1 100644
--- a/text.lua
+++ b/text.lua
@@ -903,7 +903,7 @@ function Text.populate_screen_line_starting_pos(line_index)
 end
 
 function Text.redraw_all()
-  print('clearing fragments')
+--?   print('clearing fragments')
   for _,line in ipairs(Lines) do
     line.y = nil
     line.fragments = nil