rename

[?]
May 17, 2022, 5:13 AM
TNTYISW64QGR37TE2EERMQXZTFNYXC3KWNRJX3BZUIEJADE2TNSQC

Dependencies

  • [2] IYW7X3WL left/right cursor movement, deleting characters
  • [3] ZD63LJ2T bugfix: keep the click to create a new drawing from creating a new shape in the drawing
  • [4] 6LJZN727 handle chords
  • [5] H7OEU6WP experimental approach to combining keyboard and mouse while drawing
  • [6] OFA3PRBS autosave on keystrokes
  • [7] RJGZD4IN binary search to most natural up/down with proportional fonts
  • [*] OTIBCAUJ love2d scaffold

Change contents

  • replacement in main.lua at line 496
    [3.47][3.47:81]()
    if in_drawing() then return end
    [3.47]
    [2.490]
    if mouse_in_drawing() then return end
  • replacement in main.lua at line 752
    [3.493][3.493:515]()
    function in_drawing()
    [3.493]
    [3.515]
    function mouse_in_drawing()