dont need this

This commit is contained in:
Jesse Duffield 2022-05-12 22:49:03 +10:00
parent 7dd205535b
commit 741d6d0117

View file

@ -7,9 +7,3 @@ type CommonStream struct {
IsTerminal bool
State *term.State
}
func (s *CommonStream) RestoreTerminal() {
if s.State != nil {
term.RestoreTerminal(s.Fd, s.State)
}
}