Skip to content

Commit

Permalink
Update console_win.go
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamore committed Dec 3, 2023
1 parent b4e2d68 commit 50882fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console_win.go
Original file line number Diff line number Diff line change
Expand Up @@ -1349,5 +1349,5 @@ func (s *cScreen) LockRegion(x, y, width, height int, lock bool) {
}

func (s *cScreen) Tty() (Tty, bool) {
return nil, true
return nil, false
}

0 comments on commit 50882fc

Please sign in to comment.