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