mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-21 23:01: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
|
||||
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