additional logging for an active bug
[?]
Jun 5, 2022, 7:04 PM
UFIUYYYV5DZABFJFWXXCJIMGOWPMQBRIX65NV3OJRMMNQO2W6NOACDependencies
- [2]
KOTI3MFGbugfix in previous commit - [3]
XNFTJHC4split keyboard handling between Text and Drawing - [4]
2RXZ3PGObeginning of a new approach to scroll+wrap - [5]
SLLR6KKIbugfix for non-ASCII - [*]
BULPIBEGbeginnings of a module for the text editor - [*]
2ZYV7D3Whandle tab characters
Change contents
- edit in text.lua at line 149[8.99][3.171]
--? print(Screen_top1.line, Screen_top1.pos, Cursor1.line, Cursor1.pos, Screen_bottom1.line, Screen_bottom1.pos) - replacement in text.lua at line 156
--? print(Screen_top1.line, Screen_top1.pos, Cursor1.line, Cursor1.pos, Screen_bottom1.line, Screen_bottom1.pos)if byte_offset == nil thenprint(Cursor1.line, Cursor1.pos, byte_offset, Lines[Cursor1.line].data)assert(false)end