Packages

Terminal emulation and driver infrastructure for Raxol. ANSI parsing, screen buffers, command processing, cursor management, input handling, session management, and termbox2 NIF integration.

Current section

Files

Jump to
raxol_terminal lib raxol terminal screen_buffer scroll_region.ex
Raw

lib/raxol/terminal/screen_buffer/scroll_region.ex

defmodule Raxol.Terminal.ScreenBuffer.ScrollRegion do
@moduledoc """
Manages scroll region boundaries for the screen buffer.
"""
def get_boundaries(_scroll_state), do: {0, 0}
end