FACT++
1.0
|
|
protectedvirtual |
The default is to redisplay the prompt which is gotten from GetUpdatePrompt(). If GetUpdatePrompt() returns an empty string the prompt is kept untouched. This can be used to keep a prompt updated with some information (e.g. time) just by overwriting GetUpdatePrompt()
Reimplemented in RemoteControl< Console >, RemoteControl< ConsoleStream >, RemoteControl< Shell >, Console, and ReadlineWindow.
Definition at line 315 of file Readline.cc.
References fExternalInput, GetUpdatePrompt(), and UpdatePrompt().
Referenced by ReadlineWindow::EventHook(), Console::EventHook(), Console::GetStreamIn(), and rl_ncurses_event_hook().