Skip to content

Commit 6004058

Browse files
authored
Merge pull request #48 from dispatchrun/fix-table-truncation
tui: prevent one row from being truncated
2 parents 4fb280d + 39f903f commit 6004058

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli/tui.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,7 @@ func (t *TUI) functionsView(now time.Time) string {
438438

439439
rows.reset()
440440
}
441+
b.WriteByte('\n')
441442
return b.String()
442443
}
443444

0 commit comments

Comments
 (0)