resolve conflicts
Dependencies
- [2]
SDTOPZJSfix another crash when increasing font size too much - [3]
CRBLAWBOresolve conflicts - [4]
YXQOITYSMerge lines.love - [5]
R2ASHK5Cfix a bad merge - [*]
2L5MEZV3experiment: new edit namespace
Change contents
- edit in edit.lua at line 204
if State.screen_bottom1.line == nil then-- text box is too tiny; we didn't print anythingState.screen_bottom1 = {line=State.screen_top1.line, pos=State.screen_top1.pos}end - edit in edit.lua at line 231
if State.screen_bottom1.line == nil then-- text box is too tiny; we didn't print anythingState.screen_bottom1 = {line=State.screen_top1.line, pos=State.screen_top1.pos}end