some typos

[?]
Jun 5, 2022, 2:59 PM
CUIV2LE5D6GUQ4NU7K2TGUVO5CTUXVJDRCZUIV47LXTOUSEPEJHQC

Dependencies

  • [2] LXTTOB33 extract a couple of files
  • [3] SVJZZDC3 snapshot - no, that's all wrong
  • [4] ZPUQSPQP extract a few methods
  • [5] DHI6IJCN selecting text and deleting selections
  • [6] ZLJGZYQG select text with shift + mouseclick
  • [7] AYE2VEGJ extract a couple of methods
  • [*] BULPIBEG beginnings of a module for the text editor

Change contents

  • replacement in text_tests.lua at line 97
    [2.3260][2.3260:3312]()
    -- display a few lines with cursor on bottom line
    [2.3260]
    [2.3312]
    -- display a few lines
  • replacement in text_tests.lua at line 111
    [2.3819][2.3819:3876]()
    -- after hitting the enter key the screen scrolls down
    [2.3819]
    [2.3876]
    -- hitting the enter key splits the line
  • replacement in text.lua at line 494
    [3.3744][3.3744:3772]()
    local scroll_up = false
    [3.3744]
    [3.217]
    local scroll_down = false
  • replacement in text.lua at line 496
    [3.263][3.3898:3921](),[3.3898][3.3898:3921]()
    scroll_up = true
    [3.263]
    [3.3921]
    scroll_down = true
  • replacement in text.lua at line 505
    [3.4571][3.4571:4593]()
    if scroll_up then
    [3.4571]
    [3.4593]
    if scroll_down then