From 50882fce9f69ee989778868a563fe370f23ccf1d Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 3 Dec 2023 12:10:18 -0800 Subject: [PATCH] Update console_win.go --- console_win.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console_win.go b/console_win.go index 8505642..55b4b55 100644 --- a/console_win.go +++ b/console_win.go @@ -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 }