mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-11-23 22:24:51 +02:00
pkg: use upstream pty package
This commit is contained in:
committed by
Jesse Duffield
parent
0cf78ea9ad
commit
c831ad39c9
@@ -5,7 +5,7 @@ package gui
|
||||
import (
|
||||
"os/exec"
|
||||
|
||||
"github.com/jesseduffield/pty"
|
||||
"github.com/creack/pty"
|
||||
)
|
||||
|
||||
func (gui *Gui) onResize() error {
|
||||
|
||||
Reference in New Issue
Block a user