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

return the length of the prompt plus the length of the line buffer

Definition at line 806 of file Readline.cc.

Referenced by GetLine().

807 {
808  return strlen(rl_display_prompt) + rl_end;
809 }

+ Here is the caller graph for this function: