Skip to content

Commit 16c0252

Browse files
committed
Make inline terminal taller
Makes build output easier to read. Signed-off-by: Ben Firshman <[email protected]>
1 parent ffb5ede commit 16c0252

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/util/terminal/glint_step_group.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ func (f *glintStep) TermOutput() io.Writer {
8484
defer f.mu.Unlock()
8585

8686
if f.term == nil {
87-
t, err := newGlintTerm(f.ctx, 10, 80)
87+
t, err := newGlintTerm(f.ctx, 20, 80)
8888
if err != nil {
8989
panic(err)
9090
}

0 commit comments

Comments
 (0)