FACT++  1.0
void Readline::Resize ( int  width,
int  height 
)
static

Calls: Function: void rl_set_screen_size (int rows, int cols) Set Readline's idea of the terminal size to rows rows and cols columns.

Parameters
widthNumber of columns
heightNumber of rows

Definition at line 832 of file Readline.cc.

833 {
834  rl_set_screen_size(height, width);
835 }
float height
Definition: HeadersGPS.h:26