FACT++
1.0
|
|
protectedvirtual |
This basically implement displaying the whole line, starting with the prompt and the rl_line_buffer. It also checks if displaying it results in a scroll of the window and adapt fPromptY accordingly.
The prompt is displayed in the color defined by fColor.
Before the cursor position is finally set a screen refresh (Refresh()) is initiated to ensure that nothing afterwards will change the cursor position. It might be necessary to overwrite this function.
Reimplemented from Readline.
Definition at line 202 of file ReadlineWindow.cc.
References buffer, end, fColor, fPromptX, fPromptY, fWindow, Readline::GetBuffer(), Readline::GetCursor(), Readline::GetPrompt(), and Refresh().
Referenced by EventHook().