Home
last modified time | relevance | path

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

/build/soong/ui/terminal/
Dsmart_status.go47 tableHeight int member
86 for i := 0; i < s.tableHeight; i++ {
197 fmt.Fprintf(s.writer, ansi.setCursor(height-s.tableHeight, 1))
302 oldScrollingHeight := s.termHeight - s.tableHeight
307 tableHeight := s.requestedTableHeight
308 if tableHeight == 0 {
309 tableHeight = s.termHeight / 4
310 if tableHeight < 1 {
311 tableHeight = 1
312 } else if tableHeight > 10 {
[all …]