resolve conflicts
Dependencies
- [2]
FQAZKPOObugfix: infinite loop if window is too narrow - [3]
AIHGJ4BTbugfix: infinite loop inside a very narrow window - [4]
I64IPGJXavoid saving fragments in lines - [5]
UPCIYZEUdrop an unnecessary level of indent - [*]
BULPIBEGbeginnings of a module for the text editor
Change contents
- edit in text.lua at line 138
if x == 0 and bpos == 0 thenassert(false, ("Infinite loop while line-wrapping. Editor is %dpx wide; window is %dpx wide"):format(State.width, App.screen.width))end