bugfix: don't append metadata when it already exists
[?]
May 25, 2022, 9:56 PM
P66MRF3UTEWFZPFPTZLQVXWYZTD33SLOQGMCBP6FKMFCQ7EMN2YQCDependencies
- [2]
PESSMQBJno, make sure to compute line width after screen dimensions - [3]
R53OF3ONone bug I've repeatedly run into while testing with Moby Dick - [4]
ESETRNLBbugfix: printing the first part of a line at the bottom made it seem non-wrapping - [5]
MDXGMZU2disable all debug prints - [6]
PR4KIAZDfirst stab at equally hacky cursor down support - [7]
AIRIP35Zcleaner - [8]
BULPIBEGbeginnings of a module for the text editor - [9]
2RXZ3PGObeginning of a new approach to scroll+wrap
Change contents
- replacement in text.lua at line 977
screen_lines = Lines[Cursor1.line].screen_line_starting_poslocal screen_lines = Lines[Cursor1.line].screen_line_starting_pos - edit in text.lua at line 1220
-- duplicate some logic from Text.draw - edit in text.lua at line 1221
if line.screen_line_starting_pos thenreturnend-- duplicate some logic from Text.draw - edit in text.lua at line 1240
--? print(' ', #line.screen_line_starting_pos, line.data)