some typos
[?]
Jun 5, 2022, 2:59 PM
CUIV2LE5D6GUQ4NU7K2TGUVO5CTUXVJDRCZUIV47LXTOUSEPEJHQCDependencies
- [2]
LXTTOB33extract a couple of files - [3]
SVJZZDC3snapshot - no, that's all wrong - [4]
ZPUQSPQPextract a few methods - [5]
DHI6IJCNselecting text and deleting selections - [6]
ZLJGZYQGselect text with shift + mouseclick - [7]
AYE2VEGJextract a couple of methods - [*]
BULPIBEGbeginnings of a module for the text editor
Change contents
- replacement in text_tests.lua at line 97
-- display a few lines with cursor on bottom line-- display a few lines - replacement in text_tests.lua at line 111
-- after hitting the enter key the screen scrolls down-- hitting the enter key splits the line - replacement in text.lua at line 494
local scroll_up = falselocal scroll_down = false - replacement in text.lua at line 496
scroll_up = truescroll_down = true - replacement in text.lua at line 505
if scroll_up thenif scroll_down then