FACT++
1.0
|
|
protectedvirtual |
The event hook which is called regularly when a readline call is in progress. We use this to synchronously upadte our prompt (mainly the current cursor position) and refresh the screen, so that all changes get displayed soon.
By default, this will be called at most ten times a second if there is no keyboard input.
Reimplemented from Readline.
Reimplemented in RemoteControl< Shell >.
Definition at line 162 of file ReadlineWindow.cc.
References Readline::EventHook(), and Redisplay().