add args to some functions

[?]
Jul 8, 2022, 10:58 PM
GGJEDJOOKE5LM5KERQOWLM5FRIJGIF5UZBFPGY4F4MWBHY6Y5YUQC

Dependencies

  • [2] 2H67P75X switch arg for a function
  • [3] MDXGMZU2 disable all debug prints
  • [4] BULPIBEG beginnings of a module for the text editor
  • [5] P66MRF3U bugfix: don't append metadata when it already exists
  • [6] AIRIP35Z cleaner
  • [7] CBPV5SSI stop handling nil screen_line_starting_pos everywhere
  • [8] HYEAFRZ2 split mouse_pressed events between Text and Drawing
  • [9] CCYSVZA2 bugfix: BSOD in #4.
  • [10] SVJZZDC3 snapshot - no, that's all wrong
  • [11] ZHLO7K3M add args to some functions
  • [12] 2RXZ3PGO beginning of a new approach to scroll+wrap
  • [13] V5MJRFOZ bugfix: down arrow doesn't scroll up unnecessarily
  • [14] ZPUQSPQP extract a few methods
  • [15] PR4KIAZD first stab at equally hacky cursor down support
  • [16] 242L3OQX bugfix: ensure Cursor_line is always on a text line

Change contents

  • replacement in text.lua at line 459
    [3.2871][3.2871:2916]()
    if Text.cursor_at_final_screen_line() then
    [3.2871]
    [3.2916]
    if Text.cursor_at_final_screen_line(left, right) then
  • replacement in text.lua at line 601
    [3.6][3.1667:1711]()
    function Text.cursor_at_final_screen_line()
    [3.6]
    [2.315]
    function Text.cursor_at_final_screen_line(left, right)