Update console_win.go

This commit is contained in:
Garrett D'Amore 2023-12-03 12:10:18 -08:00
parent b4e2d68113
commit 50882fce9f
1 changed files with 1 additions and 1 deletions

View File

@ -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
}