FACT++  1.0
void Readline::rl_ncurses_redisplay ( )
staticprivate

Redirected from rl_redisplay_function, calls Redisplay. Readline will call indirectly to update the display with the current contents of the editing buffer.

Definition at line 249 of file Readline.cc.

References Redisplay(), and This.

Referenced by Readline().

250 {
251  This->Redisplay();
252 }
static Readline * This
Definition: Readline.h:19
virtual void Redisplay()
Default: call rl_redisplay()
Definition: Readline.cc:362

+ Here is the call graph for this function:

+ Here is the caller graph for this function: