mirror of https://github.com/gdamore/tcell.git
Update console_win.go
This commit is contained in:
parent
b4e2d68113
commit
50882fce9f
|
@ -1349,5 +1349,5 @@ func (s *cScreen) LockRegion(x, y, width, height int, lock bool) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *cScreen) Tty() (Tty, bool) {
|
func (s *cScreen) Tty() (Tty, bool) {
|
||||||
return nil, true
|
return nil, false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue