diff --git a/components/engine/pkg/term/term.go b/components/engine/pkg/term/term.go index eaa03229a9..11ed20937b 100644 --- a/components/engine/pkg/term/term.go +++ b/components/engine/pkg/term/term.go @@ -27,6 +27,8 @@ type State struct { type Winsize struct { Height uint16 Width uint16 + x uint16 + y uint16 } // StdStreams returns the standard streams (stdin, stdout, stedrr).