add args to some functions
[?]
Jul 8, 2022, 10:58 PM
GGJEDJOOKE5LM5KERQOWLM5FRIJGIF5UZBFPGY4F4MWBHY6Y5YUQCDependencies
- [2]
2H67P75Xswitch arg for a function - [3]
BULPIBEGbeginnings of a module for the text editor - [4]
2RXZ3PGObeginning of a new approach to scroll+wrap - [5]
V5MJRFOZbugfix: down arrow doesn't scroll up unnecessarily - [6]
P66MRF3Ubugfix: don't append metadata when it already exists - [7]
ZHLO7K3Madd args to some functions - [8]
HYEAFRZ2split mouse_pressed events between Text and Drawing - [9]
CBPV5SSIstop handling nil screen_line_starting_pos everywhere - [10]
242L3OQXbugfix: ensure Cursor_line is always on a text line - [11]
CCYSVZA2bugfix: BSOD in #4. - [12]
PR4KIAZDfirst stab at equally hacky cursor down support - [13]
MDXGMZU2disable all debug prints - [14]
SVJZZDC3snapshot - no, that's all wrong - [15]
ZPUQSPQPextract a few methods - [16]
AIRIP35Zcleaner
Change contents
- replacement in text.lua at line 459
if Text.cursor_at_final_screen_line() thenif Text.cursor_at_final_screen_line(left, right) then - replacement in text.lua at line 601
function Text.cursor_at_final_screen_line()function Text.cursor_at_final_screen_line(left, right)