Package org.aesh.terminal.tty


package org.aesh.terminal.tty
  • Class
    Description
    Terminal capabilities as defined in the terminfo database.
    Represents a mouse event from the terminal.
    The mouse button involved in the event.
    The type of mouse event.
    Controls mouse tracking on the terminal.
    Mouse coordinate encoding — controls how coordinates are transmitted.
    Mouse tracking protocol — controls which events are reported.
    Represents a 2D point with x and y coordinates, typically used for cursor positions.
    A region of the terminal screen that can be independently written to.
    Terminal signals that can be sent to a process.
    Terminal size
    Manages a split-screen terminal layout where the screen is divided into independently scrolling regions.
    A persistent status line displayed between scrolling output and the prompt.
    Processes TTY output by converting line feeds to carriage return + line feed sequences.