some more logging
[?]
May 21, 2022, 1:16 AM
537TQ2QNPKPG322I4OIMN5IY22S45Z42LEBBZ2IN5MVM355BEJTACDependencies
- [2]
5L7K4GBDclicking to the right of a wrapped line - [3]
SVJZZDC3snapshot - no, that's all wrong - [4]
C42QQZSFanother piece of support for line wrapping in cursor up - [5]
MGT5FTJ3first stab at supporting wrapping in cursor up - [*]
BULPIBEGbeginnings of a module for the text editor - [*]
XNFTJHC4split keyboard handling between Text and Drawing - [*]
H2DPLWMVsnapshot: wrapping long lines at word boundaries - [*]
WLHI7KD3new globals: draw partial screen line up top - [*]
Y36LOGR5bugfix: show cursor when past end of line
Change contents
- edit in text.lua at line 5
local New_render = true - edit in text.lua at line 18
if New_render then print('--') end - edit in text.lua at line 27
if New_render then print('y', y) end - edit in text.lua at line 36
if New_render then print('checking to draw', pos, Top_screen_line_starting_pos) end - edit in text.lua at line 38
if New_render then print('drawing '..frag) end - edit in text.lua at line 54[11.144][9.2661]
New_render = false - edit in text.lua at line 126
New_render = true - edit in text.lua at line 230
print('up', Cursor_pos, Top_screen_line_starting_pos) - replacement in text.lua at line 247
print('previous screen line starts at '..tostring(screen_line_starting_pos)..' of its line')print('previous screen line starts at pos '..tostring(screen_line_starting_pos)..' of its line') - edit in text.lua at line 250
print('pos of top of screen is also '..tostring(Top_screen_line_starting_pos)..' of the same line')