RestoreTerminal restores the terminal state if SetRawTerminal succeeded earlier.
()
| 58 | |
| 59 | // RestoreTerminal restores the terminal state if SetRawTerminal succeeded earlier. |
| 60 | func (o *Out) RestoreTerminal() { |
| 61 | o.cs.restoreTerminal() |
| 62 | } |
| 63 | |
| 64 | // GetTtySize returns the height and width in characters of the TTY, or |
| 65 | // zero for both if no TTY is connected. |
nothing calls this directly
no test coverage detected