Raxol.Terminal.Buffer.LineOperations.Insertion (Raxol v2.3.0)

View Source

Line insertion operations for terminal buffers. Handles insertion of single and multiple lines with style support.

Summary

Functions

do_insert_lines(buffer, y, count, style)

Internal insertion with default style.

do_insert_lines_with_style(buffer, y, count, scroll_top, scroll_bottom)

Insert lines with style in a scroll region.

insert_lines(buffer, count)

Insert empty lines at the current cursor position.

insert_lines(buffer, y, count)

insert_lines(buffer, y, count, style)

insert_lines(buffer, y, count, scroll_top, scroll_bottom)

insert_lines(buffer, y, count, scroll_top, scroll_bottom, style)