delete flags that have never been exercised
[?]
Jul 10, 2023, 11:33 PM
43WA37TUZW37POFHABSRMCNW5GJP27BZK53X7MDYCUMFTQ66M6HQCDependencies
- [2]
EJOZAD7Ntypo - [3]
UUTUPEOJextract a function - [4]
KKMFQDR4editing source code from within the app - [5]
5RDWSYK2consistently use App names for methods everywhere - [6]
JMUD7T3Oget rid of ugly side-effects in tests - [7]
4J4TX7ISget typed in keystrokes to show on screen on iPad
Change contents
- edit in source.lua at line 159
App.screen.flags.minwidth = math.min(Display_width, 200)App.screen.flags.minheight = math.min(Display_height, 200) - edit in source.lua at line 199
App.screen.flags.minwidth = math.min(App.screen.width, 200)App.screen.flags.minheight = math.min(App.screen.height, 200) - edit in run.lua at line 62
App.screen.flags.minwidth = math.min(App.screen.width, 200)App.screen.flags.minheight = math.min(App.screen.height, 200) - edit in run.lua at line 106
App.screen.flags.minwidth = math.min(App.screen.width, 200)App.screen.flags.minheight = math.min(App.screen.height, 200)