Searched refs:tableHeight (Results 1 – 1 of 1) sorted by relevance
47 tableHeight int member86 for i := 0; i < s.tableHeight; i++ {197 fmt.Fprintf(s.writer, ansi.setCursor(height-s.tableHeight, 1))302 oldScrollingHeight := s.termHeight - s.tableHeight307 tableHeight := s.requestedTableHeight308 if tableHeight == 0 {309 tableHeight = s.termHeight / 4310 if tableHeight < 1 {311 tableHeight = 1312 } else if tableHeight > 10 {[all …]