resolve conflicts

akkartik
Jun 28, 2024, 5:41 AM
A6YCG6F2FBZ2WPNGNLRDDN7BCG4PIUH4VXXYMP7A2XLYIK3UAG7AC

Dependencies

Change contents

  • file deletion: source_text.lua (----------)source_text.lua (----------)
    [4.2][4.147125:147164](),[4.2][4.147125:147164](),[4.147164][4.83786:83786]()
    State.selection1 = deepcopy(State.cursor1)
    State.selection1 = deepcopy(State.cursor1)
    State.selection1 = deepcopy(State.cursor1)
    State.selection1 = deepcopy(State.cursor1)
    State.selection1 = deepcopy(State.cursor1)
    State.selection1 = deepcopy(State.cursor1)
    State.selection1 = deepcopy(State.cursor1)
    State.selection1 = deepcopy(State.cursor1)
    State.selection1 = deepcopy(State.cursor1)
    State.selection1 = deepcopy(State.cursor1)
    State.cursor1 = deepcopy(State.screen_top1)
    State.cursor1 = deepcopy(State.screen_top1)
    State.screen_top1 = deepcopy(State.cursor1)
    State.cursor1 = deepcopy(State.screen_top1)
    elseif State.cursor1.line >= screen_bottom1.line then
    end
    end
    function Text.end_of_line(State)
    Text.move_cursor_down_to_next_text_line_while_scrolling_again_if_necessary(State)
    Text.move_cursor_down_to_next_text_line_while_scrolling_again_if_necessary(State)
    Text.redraw_all(State) -- if we're scrolling, reclaim all fragments to avoid memory leaks
    end
    -- return the top y coordinate of a given line_index,
    -- or nil if no part of it is on screen
    function Text.starty(State, line_index)
    end
    end
    end
    end
    end
    end
    end
    end
    end
    end
  • file deletion: source_edit.lua (----------)source_edit.lua (----------)
    [4.2][4.165788:165827](),[4.2][4.165788:165827](),[4.165827][4.152503:152503]()
    State.cursor1 = deepcopy(State.screen_top1)
    State.cursor1 = deepcopy(State.screen_top1)
    edit.put_cursor_on_next_text_line(State)
    edit.clean_up_mouse_press(State)
    return
    end
  • edit in text.lua at line 388
    [4.1239][2.4:79]()
    State.cursor1 = {line=State.screen_top1.line, pos=State.screen_top1.pos}