rename

[?]
May 20, 2022, 5:02 AM
PHQPLJUQZOYZ7B3IDADDANMVXLKIKTU5DRSSEWTSDYCSDKX7M7JAC

Dependencies

  • [2] HIH47LNB drop unused arg
  • [3] BULPIBEG beginnings of a module for the text editor
  • [4] DLQMM265 scroll past first page
  • [5] DXT4QTAH a few more integer coordinates
  • [6] HYEAFRZ2 split mouse_pressed events between Text and Drawing

Change contents

  • replacement in text.lua at line 273
    [3.100][2.1:48]()
    function Text.move_cursor(line_index, line, x)
    [3.100]
    [3.153]
    function Text.move_cursor(line_index, line, mx)
  • replacement in text.lua at line 275
    [3.180][3.180:233]()
    Cursor_pos = Text.nearest_cursor_pos(line.data, x)
    [3.180]
    [3.464]
    Cursor_pos = Text.nearest_cursor_pos(line.data, mx)