RawMode

expect object RawMode(source)

Manages the terminal's raw mode state.

Raw mode disables line buffering and local echo, allowing the application to process individual key presses as they occur.

actual object RawMode(source)

Manages the terminal's raw mode state.

Raw mode disables line buffering and local echo, allowing the application to process individual key presses as they occur.

Functions

Link copied to clipboard
expect fun enter()

Enters terminal raw mode.

actual fun enter()

Enters terminal raw mode.

Link copied to clipboard
expect fun exit()

Exits terminal raw mode and restores the original terminal state.

actual fun exit()

Exits terminal raw mode and restores the original terminal state.