FACT++  1.0
int Readline::GetCursor ( )
static

return rl_point (the current cursor position within the line buffer)

Definition at line 777 of file Readline.cc.

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

778 {
779  return rl_point;
780 }

+ Here is the caller graph for this function: