Module TTY.Mode

Binds uv_tty_mode_t.

type t = [
  1. | `NORMAL
  2. | `RAW
  3. | `IO
]