FACT++  1.0
void ReadlineWindow::RewindCursor ( ) const

Move the cursor to the position stored in fPromptX/Y which should correspond to the beginning of the output line

Definition at line 147 of file ReadlineWindow.cc.

References fPromptX, fPromptY, and fWindow.

Referenced by SetColorPrompt(), and Shell::Shutdown().

148 {
149  wmove(fWindow, fPromptY, fPromptX);
150 }
WINDOW * fWindow
int fPromptY
When the readline call is issued the x position at which the output will start is stored here...
int fPromptX
Pointer to the panel for the input stream.

+ Here is the caller graph for this function: