Raxol.Terminal.Commands.BufferHandlers (Raxol v0.5.0)

View Source

Handles buffer manipulation commands.

Summary

Functions

Handles the "l" command (insert blank lines).

Handles the "m" command (delete lines).

Handles the "x" command (erase characters).

Functions

handle_l(emulator, count)

Handles the "l" command (insert blank lines).

handle_m(emulator, count)

Handles the "m" command (delete lines).

handle_x(emulator, count)

Handles the "x" command (erase characters).