This commit is contained in:
Kartik K. Agaram 2022-06-10 12:01:38 -07:00
parent c875f7be46
commit c93553b670
1 changed files with 1 additions and 1 deletions

View File

@ -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