support non-text lines in Text.to2
[?]
May 30, 2022, 10:40 PM
EGH7XDBKE3R74VXLNTCAP5LJTRBPFUEMPS647MJARDGCMUHJG2QQCDependencies
- [2]
3OKKTUT4up and down arrow now moving by screen line where possible - [3]
H2DPLWMVsnapshot: wrapping long lines at word boundaries - [4]
2RXZ3PGObeginning of a new approach to scroll+wrap - [*]
BULPIBEGbeginnings of a module for the text editor
Change contents
- replacement in text.lua at line 1740
assert(Lines[pos1.line].mode == 'text')if Lines[pos1.line].mode == 'drawing' thenreturn {line=pos1.line, screen_line=1, screen_pos=1}end