FACT++  1.0
int Readline::GetRows ( ) const

Get the number of rows readline assumes the screen size to be.

Definition at line 852 of file Readline.cc.

Referenced by GetLine().

853 {
854  int rows, cols;
855  rl_get_screen_size(&rows, &cols);
856  return rows;
857 }

+ Here is the caller graph for this function: