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

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

Definition at line 841 of file Readline.cc.

Referenced by GetLine().

842 {
843  int rows, cols;
844  rl_get_screen_size(&rows, &cols);
845  return cols;
846 }

+ Here is the caller graph for this function: