FACT++  1.0
string Readline::GetPrompt ( )
static

return rl_display_prompt (the prompt which should currently be displayed on the screen) while a readline command is in progress

Definition at line 751 of file Readline.cc.

Referenced by GetLine(), ReadlineWindow::Redisplay(), ReadlineWindow::Shutdown(), and Shell::Shutdown().

752 {
753  return rl_display_prompt;
754 }

+ Here is the caller graph for this function: