Compare commits

..

No commits in common. "master" and "v0.9.13" have entirely different histories.

1 changed files with 1 additions and 2 deletions

View File

@ -1034,8 +1034,7 @@ func main() { //nolint: funlen, gocyclo
// === Terminal mode adjustment for session
if shellMode {
if isatty.IsTerminal(os.Stdin.Fd()) ||
isatty.IsCygwinTerminal(os.Stdin.Fd()) {
if isatty.IsTerminal(os.Stdin.Fd()) {
oldState, err = xs.MakeRaw(os.Stdin)
if err != nil {
panic(err)