Skip to content

Commit

Permalink
pkg: use upstream pty package
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 authored and jesseduffield committed Mar 25, 2020
1 parent 0cf78ea commit c831ad3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/commands/exec_live_default.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

"github.com/go-errors/errors"

"github.com/jesseduffield/pty"
"github.com/creack/pty"
)

// RunCommandWithOutputLiveWrapper runs a command and return every word that gets written in stdout
Expand Down
2 changes: 1 addition & 1 deletion pkg/gui/pty.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package gui
import (
"os/exec"

"github.com/jesseduffield/pty"
"github.com/creack/pty"
)

func (gui *Gui) onResize() error {
Expand Down

0 comments on commit c831ad3

Please sign in to comment.