FACT++  1.0
void Readline::CompletionDisplay ( char **  matches,
int  num,
int  max 
)
protectedvirtual

Default: call rl_completion_display_matches()

Reimplemented in ReadlineWindow.

Definition at line 386 of file Readline.cc.

Referenced by rl_ncurses_completion_display().

387 {
388  rl_display_match_list(matches, num, max);
389  rl_forced_update_display();
390 }

+ Here is the caller graph for this function: