RestoreTerminal restores the terminal back to its original state. nolint:revive
(fd uintptr, state *TerminalState)
| 27 | // |
| 28 | //nolint:revive |
| 29 | func RestoreTerminal(fd uintptr, state *TerminalState) error { |
| 30 | return restoreTerminal(fd, state) |
| 31 | } |
no test coverage detected