FACT++  1.0
int Readline::rl_ncurses_startup ( )
staticprivate

Redirected from rl_startup_hook, calls Startup. A function called just before readline prints the first prompt.

Definition at line 237 of file Readline.cc.

References Startup(), and This.

Referenced by Readline().

238 {
239  This->Startup();
240  return 0; // What is this for?
241 }
static Readline * This
Definition: Readline.h:19
virtual void Startup()
Default: Do nothing.
Definition: Readline.cc:304

+ Here is the call graph for this function:

+ Here is the caller graph for this function: