Skip to content

Commit

Permalink
don't need the variable
Browse files Browse the repository at this point in the history
  • Loading branch information
csquared committed Sep 15, 2015
1 parent 7bbd06b commit 82d99f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/processes.go
Expand Up @@ -99,8 +99,7 @@ func copyWithExit(w io.Writer, r io.Reader, ch chan int) {
}

if !isTerminalRaw {
fd := os.Stdin.Fd()
terminal.MakeRaw(int(fd))
terminal.MakeRaw(int(os.Stdin.Fd()))
isTerminalRaw = true
}

Expand Down

0 comments on commit 82d99f8

Please sign in to comment.