mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-04-25 12:24:47 +02:00
pkg: use upstream pty package
This commit is contained in:
parent
0cf78ea9ad
commit
c831ad39c9
@ -10,7 +10,7 @@ import (
|
|||||||
|
|
||||||
"github.com/go-errors/errors"
|
"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
|
// RunCommandWithOutputLiveWrapper runs a command and return every word that gets written in stdout
|
||||||
|
@ -5,7 +5,7 @@ package gui
|
|||||||
import (
|
import (
|
||||||
"os/exec"
|
"os/exec"
|
||||||
|
|
||||||
"github.com/jesseduffield/pty"
|
"github.com/creack/pty"
|
||||||
)
|
)
|
||||||
|
|
||||||
func (gui *Gui) onResize() error {
|
func (gui *Gui) onResize() error {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user