Raxol.Terminal.ScreenBuffer.RegionOperations (Raxol v2.0.1)

View Source

Handles region operations for the terminal screen buffer.

This module provides functionality for filling regions with content, text replacement operations, and region manipulation utilities.

Summary

Functions

Fills a region of the buffer with a specified cell.

Handles single line text replacement within a region.

Functions

fill_region(buffer, x, y, width, height, cell)

Fills a region of the buffer with a specified cell.

handle_single_line_replacement(lines_list, row, start_col, end_col, replacement)

Handles single line text replacement within a region.