bugfix: backspace from start of file
[?]
Jun 5, 2022, 5:13 AM
CLRJI4QK3MS2I4RNDHRUSDBIAN3ME5666FCWMDG6RI223KR7YMMACDependencies
- [2]
VJ77YABHmore efficient undo/redo - [3]
2RXZ3PGObeginning of a new approach to scroll+wrap - [*]
BULPIBEGbeginnings of a module for the text editor
Change contents
- edit in text.lua at line 185
elsebefore = snapshot(Cursor1.line-1, Cursor1.line)endif Cursor1.pos > 1 then - edit in text.lua at line 197
before = snapshot(Cursor1.line-1, Cursor1.line)