Index: /trunk/FACT++/src/ReadlineColor.cc
===================================================================
--- /trunk/FACT++/src/ReadlineColor.cc	(revision 10312)
+++ /trunk/FACT++/src/ReadlineColor.cc	(revision 10313)
@@ -101,5 +101,7 @@
 {
     out << endl;
-    out << " " << kUnderline << "Key bindings:" << endl;
+    out << " " << kUnderline << "Key bindings:" << endl << endl;;
+    out << "  Default key-bindings are identical with your bash." << endl;
+    out << endl;
     out << kBold << "   Page-up         " << kReset << "Search backward in history" << endl;
     out << kBold << "   Page-dn         " << kReset << "Search forward in history" << endl;
@@ -108,7 +110,4 @@
     out << kBold << "   Ctrl-y          " << kReset << "Delete line" << endl;
     out << kBold << "   Alt-end/Ctrl-k  " << kReset << "Delete until the end of the line" << endl;
-    out << kBold << "   F1              " << kReset << "Toggle visibility of upper panel" << endl;
-    out << endl;
-    out << " Default key-bindings are identical with your bash." << endl;
     out << endl;
 
@@ -130,5 +129,8 @@
 {
     out << endl;
-    out << " " << kUnderline << "General help:" << endl;
+    out << " " << kUnderline << "General help:" << endl << endl;
+    out << "  The command history is automatically loaded and saves to" << endl;
+    out << "  and from " << name << endl;
+    out << endl;
     out << kBold << "   h,help       " << kReset << "Print this help message" << endl;
     out << kBold << "   clear        " << kReset << "Clear history buffer" << endl;
@@ -141,7 +143,4 @@
     out << kBold << "   a,attrs      " << kReset << "Dump available stream attributes" << endl;
     out << kBold << "   .q,quit      " << kReset << "Quit" << endl;
-    out << endl;
-    out << " The command history is automatically loaded and saves to" << endl;
-    out << " and from " << name << endl;
     out << endl;
 
