get rid of an assertion
Dependencies
- [2]
O2E2MUT2resolve conflicts - [3]
VAVXKWZVaggregate global state inside a 'pane' object - [4]
ZM7NOBRMnew fork: carousel shell - [5]
R2ASHK5Cfix a bad merge - [6]
PRE6XPRNresponsively increase/decrease font height - [7]
KKQKPGCIresolve conflicts - [*]
2L5MEZV3experiment: new edit namespace
Change contents
- edit in edit.lua at line 112
assert(Text.le1(State.screen_top1, State.cursor1), ('screen_top (line=%d,pos=%d) is below cursor (line=%d,pos=%d)'):format(State.screen_top1.line, State.screen_top1.pos, State.cursor1.line, State.cursor1.pos)) - replacement in 0015-on.key_release at line 2
edit.key_release(Current_pane.editor_state, key, scancode)if Current_pane.editor_state.cursor_x thenedit.key_release(Current_pane.editor_state, key, scancode)end - replacement in 0014-on.text_input at line 2
edit.text_input(Current_pane.editor_state, t)if Current_pane.editor_state.cursor_x thenedit.text_input(Current_pane.editor_state, t)end - replacement in 0013-on.keychord_press at line 8
elseelseif Current_pane.editor_state.cursor_x then-- send keys to editor if cursor is visible