stop repeatedly checking for line wrapping
[?]
Jun 10, 2022, 9:38 PM
GCEF4N3VW2JFTWVXU2ND5XA63BNTMEGRBQQXYA3HULAKGYOYJP7ACDependencies
- [2]
P66MRF3Ubugfix: don't append metadata when it already exists - [3]
CVSRHMJ2experiment: slightly adaptive scrolling - [4]
YLKLDF4R. - [5]
OGUV4HSAremove some memory leaks from rendered fragments - [6]
HOSPP2ANcrisp font rendering - [7]
R53OF3ONone bug I've repeatedly run into while testing with Moby Dick - [*]
BULPIBEGbeginnings of a module for the text editor - [*]
KOYAJWE4extract a couple more methods - [*]
ZPUQSPQPextract a few methods
Change contents
- edit in text.lua at line 391
print('pageup') - edit in text.lua at line 411[10.857][11.83]
print('pageup end') - edit in text.lua at line 415
print('pagedown') - edit in text.lua at line 436
print('pagedown end') - edit in text.lua at line 887
line.screen_line_starting_pos = {1} - replacement in text.lua at line 897[5.2640]→[5.2640:2751](∅→∅),[5.2751]→[2.169:235](∅→∅),[2.235]→[5.2751:2818](∅→∅),[5.2751]→[5.2751:2818](∅→∅)
if line.screen_line_starting_pos == nil thenline.screen_line_starting_pos = {1, pos}else--? print(' ', #line.screen_line_starting_pos, line.data)table.insert(line.screen_line_starting_pos, pos)end--? print(' ', #line.screen_line_starting_pos, line.data)table.insert(line.screen_line_starting_pos, pos) - replacement in text.lua at line 907
--? print('clearing fragments')print('clearing fragments')