Codebase list docker-compose / 9daf418
Adjust terminal height calc Signed-off-by: Laura Brehm <laurabrehm@hey.com> Laura Brehm 1 year, 4 months ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
157157 }
158158
159159 skipChildEvents := false
160 if len(w.eventIDs) > goterm.Height()-1 {
160 if len(w.eventIDs) > goterm.Height()-2 {
161161 skipChildEvents = true
162162 }
163163 numLines := 0