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

View Source

Line deletion operations for terminal buffers. Handles deletion of single and multiple lines, with support for scroll regions.

Summary

Functions

delete_lines(buffer, count)

Delete lines from a buffer.

delete_lines(buffer, start_y, count)

delete_lines(buffer, start_y, count, scroll_top, scroll_bottom)

delete_lines(buffer, start_y, count, scroll_top, scroll_bottom, style)

delete_lines_in_region(buffer, start_y, count, top, bottom)

Delete lines within a scroll region.