bugfix: keep wrapping lines within window boundaries
Dependencies
- [2]
4NFSODHHMerge text0 - [3]
ICS45BILeditor widget now takes a bottom margin - [4]
H2DPLWMVsnapshot: wrapping long lines at word boundaries - [5]
UBA2ZUCPremove a duplicate print to screen - [6]
I64IPGJXavoid saving fragments in lines - [7]
ZM7NOBRMnew fork: carousel shell - [*]
BULPIBEGbeginnings of a module for the text editor - [*]
3QNOKBFMbeginnings of a test harness - [*]
CUFW4EJLreorganize app.lua and its comments
Change contents
- replacement in text.lua at line 85
if y >= State.bottom thenif y + State.line_height > State.bottom then - edit in app.lua at line 230[2.748][11.842]
--? App.screen.init{width=120, height=60}--? Editor_state = edit.initialize_test_state()--? App.initialize_for_test()--? test_down_arrow_scrolls_down_by_one_screen_line()