mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31:03 +00:00
dont need this
This commit is contained in:
parent
7dd205535b
commit
741d6d0117
1 changed files with 0 additions and 6 deletions
|
|
@ -7,9 +7,3 @@ type CommonStream struct {
|
||||||
IsTerminal bool
|
IsTerminal bool
|
||||||
State *term.State
|
State *term.State
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *CommonStream) RestoreTerminal() {
|
|
||||||
if s.State != nil {
|
|
||||||
term.RestoreTerminal(s.Fd, s.State)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue