FACT++  1.0
int Readline::Getc ( FILE *  f)
protectedvirtual

The non static implementations of the callback funtions above.

Calls the default rl_getc function.

Definition at line 295 of file Readline.cc.

Referenced by rl_ncurses_getc().

296 {
297  return rl_getc(f);
298 }

+ Here is the caller graph for this function: