FACT++  1.0
ReadlineWindow::ReadlineWindow ( const char *  prgname)

Propagate prgname to the Readline constructor. Initialize fPromtX and fPromtY to 0. Set fWindow to 0.

Parameters
prgnamesee Readline::Readline()
Todo:
Maybe we should add sanity check for fWindow==0 in the functions?

Definition at line 59 of file ReadlineWindow.cc.

Referenced by Refresh().

59  : Readline(prgname),
60  fWindow(0), fPromptX(0), fPromptY(0)
61 {
62 }
WINDOW * fWindow
Readline(const char *prgname)
Definition: Readline.cc:105
int fPromptY
When the readline call is issued the x position at which the output will start is stored here...
int fPromptX
Pointer to the panel for the input stream.

+ Here is the caller graph for this function: