rename
[?]
May 20, 2022, 5:02 AM
PHQPLJUQZOYZ7B3IDADDANMVXLKIKTU5DRSSEWTSDYCSDKX7M7JACDependencies
- [2]
HIH47LNBdrop unused arg - [3]
BULPIBEGbeginnings of a module for the text editor - [4]
DLQMM265scroll past first page - [5]
DXT4QTAHa few more integer coordinates - [6]
HYEAFRZ2split mouse_pressed events between Text and Drawing
Change contents
- replacement in text.lua at line 273
function Text.move_cursor(line_index, line, x)function Text.move_cursor(line_index, line, mx) - replacement in text.lua at line 275
Cursor_pos = Text.nearest_cursor_pos(line.data, x)Cursor_pos = Text.nearest_cursor_pos(line.data, mx)