Raxol.Terminal.Commands.Screen (Raxol Terminal v2.6.0)

Copy Markdown View Source

Handles screen manipulation commands in the terminal.

This module provides functions for clearing the screen or parts of it, inserting and deleting lines, and other screen manipulation operations.

Summary

Types

emulator()

@type emulator() :: map()

Functions

clear_line(emulator, mode)

clear_screen(emulator, mode)

delete_lines(emulator, count)

insert_lines(emulator, count)

scroll_down(emulator, count)

scroll_up(emulator, lines)

scroll_up_screen_command(emulator, count)