additional logging for an active bug

[?]
Jun 5, 2022, 7:04 PM
UFIUYYYV5DZABFJFWXXCJIMGOWPMQBRIX65NV3OJRMMNQO2W6NOAC

Dependencies

  • [2] KOTI3MFG bugfix in previous commit
  • [3] XNFTJHC4 split keyboard handling between Text and Drawing
  • [4] 2RXZ3PGO beginning of a new approach to scroll+wrap
  • [5] SLLR6KKI bugfix for non-ASCII
  • [*] BULPIBEG beginnings of a module for the text editor
  • [*] 2ZYV7D3W handle 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
    [3.318][2.293:408]()
    --? print(Screen_top1.line, Screen_top1.pos, Cursor1.line, Cursor1.pos, Screen_bottom1.line, Screen_bottom1.pos)
    [3.318]
    [3.147]
    if byte_offset == nil then
    print(Cursor1.line, Cursor1.pos, byte_offset, Lines[Cursor1.line].data)
    assert(false)
    end