typo

[?]
Jan 2, 2023, 1:59 AM
EJOZAD7N3G5IIPRVRXV2T2JV36LAFNWHPL3TRBKAOIKT63M7FYRAC

Dependencies

  • [2] JMUD7T3O get rid of ugly side-effects in tests
  • [3] KKMFQDR4 editing source code from within the app
  • [4] CQYKYJJU remember window positions across restart/ctrl+e
  • [5] 2CK5QI7W make love event names consistent

Change contents

  • replacement in source.lua at line 175
    [3.170831][3.170831:170894]()
    App.screen.flags.minheight = math.min(App.screen.width, 200)
    [3.170831]
    [2.308]
    App.screen.flags.minheight = math.min(App.screen.height, 200)
  • replacement in run.lua at line 63
    [3.179796][3.179796:179859]()
    App.screen.flags.minheight = math.min(App.screen.width, 200)
    [3.179796]
    [3.179859]
    App.screen.flags.minheight = math.min(App.screen.height, 200)
  • replacement in run.lua at line 94
    [3.181210][3.181210:181273]()
    App.screen.flags.minheight = math.min(App.screen.width, 200)
    [3.181210]
    [3.181273]
    App.screen.flags.minheight = math.min(App.screen.height, 200)