Searched refs:termHeight (Results 1 – 2 of 2) sorted by relevance
49 termWidth, termHeight int member301 firstUpdate := s.termHeight == 0 && s.termWidth == 0302 oldScrollingHeight := s.termHeight - s.tableHeight304 s.termWidth, s.termHeight = w, h309 tableHeight = s.termHeight / 4316 if tableHeight > s.termHeight-1 {317 tableHeight = s.termHeight - 1321 scrollingHeight := s.termHeight - s.tableHeight339 scrollingHeight := s.termHeight - s.tableHeight
52 return f.termWidth, f.termHeight, true112 termWidth, termHeight int member