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

Redirected from rl_event_hook, calls Update(). A function called periodically when readline is waiting for terminal input.

Definition at line 260 of file Readline.cc.

References EventHook(), and This.

Referenced by Readline().

261 {
262  This->EventHook();
263  return 0;
264 }
static Readline * This
Definition: Readline.h:19
virtual void EventHook(bool newline=false)
Definition: Readline.cc:315

+ Here is the call graph for this function:

+ Here is the caller graph for this function: