FACT++
1.0
|
void Readline::ProcessLine | ( | const std::string & | str | ) |
Process a single line. All lines are added to the history, but only accepted lines are written to the command log. In this case fLine is increased by one. Comment (starting with #) are removed from the command-line. A # can be escaped with quotation marks "#"
Definition at line 1370 of file Readline.cc.
References AddToHistory(), fCommandLog, fLine, PreProcess(), and Tools::Uncomment().
Referenced by Execute(), GetUpdatePrompt(), ConsoleStream::Run(), and Run().