FACT++  1.0
bool ReadlineColor::PrintCommands ( std::ostream &  out)
Returns
always true

Definition at line 58 of file ReadlineColor.cc.

References kUnderline.

Referenced by Shell::PrintCommands(), and Console::PrintCommands().

59 {
60  out << endl;
61  out << " " << kUnderline << " Commands:" << endl;
62  out << " No application specific commands defined." << endl;
63  out << endl;
64 
65  return true;
66 }
Set attribute Underline.
Definition: WindowLog.h:32

+ Here is the caller graph for this function: