Home
last modified time | relevance | path

Searched refs:termHeight (Results 1 – 2 of 2) sorted by relevance

/build/soong/ui/terminal/
Dsmart_status.go49 termWidth, termHeight int member
301 firstUpdate := s.termHeight == 0 && s.termWidth == 0
302 oldScrollingHeight := s.termHeight - s.tableHeight
304 s.termWidth, s.termHeight = w, h
309 tableHeight = s.termHeight / 4
316 if tableHeight > s.termHeight-1 {
317 tableHeight = s.termHeight - 1
321 scrollingHeight := s.termHeight - s.tableHeight
339 scrollingHeight := s.termHeight - s.tableHeight
Dutil.go52 return f.termWidth, f.termHeight, true
112 termWidth, termHeight int member