Wrapping os.Stdin with an io.TeeReader breaks the tty
Context: I am trying to write a small tool in Golang, which spawns a vim
editor and tries to record all the keystrokes input by the user.
Wrapping os.Stdin with an io.TeeReader messes breaks the tty
Context: I am trying to write a small tool in Golang, which spawns a vim
editor and tries to record all the keystrokes input by the user.