Module textmode::blocking

source ·
Expand description

Blocking interface.

Structs

  • Manages handling terminal input from stdin.
  • Manages drawing to the terminal on stdout.
  • Switches the terminal on stdin to raw mode, and restores it when this object goes out of scope.
  • Switches the terminal on stdout to alternate screen mode, and restores it when this object goes out of scope.