home

Code Library

function TROWSACTUAL() {
  local rows=$(tput lines)
  echo "$rows"
}