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

return strlen(rl_display_prompt) + rl_point

Definition at line 786 of file Readline.cc.

Referenced by GetLine().

787 {
788  return strlen(rl_display_prompt) + rl_point;
789 }

+ Here is the caller graph for this function: