FACT++  1.0
bool Shell::PrintKeyBindings ( )
virtual

Print a help text about key bindings. This is intended for being overwritten by deriving classes.

rl_outstream can be redirected using SetStreamOut()

Returns
always true

Reimplemented from Readline.

Definition at line 425 of file Shell.cc.

References kBold, kReset, kUnderline, ReadlineColor::PrintKeyBindings(), and win.

Referenced by PrintCommands().

426 {
428  win << " " << kUnderline << "Special key bindings:" << endl << endl;;
429  win << kBold << " F1 " << kReset << "Toggle visibility of upper panel" << endl;
430  win << endl;
431  return true;
432 }
WindowLog win
pointer to our glocal object to get the static member functions into scope
Definition: Shell.h:17
Set attribute Underline.
Definition: WindowLog.h:32
bool PrintKeyBindings(std::ostream &out)
Reset all attributes.
Definition: WindowLog.h:29
Set attribute Bold.
Definition: WindowLog.h:36

+ Here is the call graph for this function:

+ Here is the caller graph for this function: