go.mondoo.com/cnquery@v0.0.0-20231005093811-59568235f6ea/cli/shell/terminal_windows.go (about) 1 // Copyright (c) Mondoo, Inc. 2 // SPDX-License-Identifier: BUSL-1.1 3 4 //go:build windows 5 6 package shell 7 8 func (s *Shell) backupTerminalSettings() {} 9 10 func (s *Shell) restoreTerminalSettings() {} 11 12 func (s *Shell) suspend() {}