EETIR4GXZBA5DEXUQKI6XMC22SFHZIYTZRR4U6BW6BT3RZA32FHQC local y = Editor_state.topApp.screen.check(y, 'abc', 'F - test_search/baseline/screen:1')y = y + Editor_state.line_heightApp.screen.check(y, 'def', 'F - test_search/baseline/screen:2')y = y + Editor_state.line_heightApp.screen.check(y, 'ghi', 'F - test_search/baseline/screen:3')
local pos = State.lines[State.cursor1.line].data:find(State.search_term, State.cursor1.pos)if pos thenState.cursor1.pos = pos
local line = State.lines[State.cursor1.line]if line.mode == 'text' thenpos = line.data:find(State.search_term, State.cursor1.pos)if pos thenState.cursor1.pos = posend
pos = State.lines[i].data:find(State.search_term)if pos thenState.cursor1.line = iState.cursor1.pos = posbreak
local line = State.lines[i]if line.mode == 'text' thenpos = State.lines[i].data:find(State.search_term)if pos thenState.cursor1.line = iState.cursor1.pos = posbreakend