Packages

Multi-surface application runtime for Elixir. One TEA module renders to terminal, browser (LiveView), SSH, and MCP (agents). 30+ widgets, flexbox + CSS grid, AI agent runtime, distributed swarm with CRDTs, time-travel debugging, session recording, sandboxed REPL, and agentic commerce.

Current section

Files

Jump to
raxol 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