FACT++
1.0
|
void ReadlineWindow::SetWindow | ( | WINDOW * | w | ) |
Set the window in which the readline prompt and all readline output is displayed. Sets the readline screen size (rl_set_screen_size) accoring to the size of the window.
Setup all necessry callback functions. To redirect readline input and output properly.
w | Pointer to a ncurses WINDOW. |
Definition at line 76 of file ReadlineWindow.cc.
References fWindow, height, and Readline::Resize().
Referenced by Shell::HandleResize(), Refresh(), and Shell::Shell().