Index: /trunk/FACT++/src/ReadlineColor.cc
===================================================================
--- /trunk/FACT++/src/ReadlineColor.cc	(revision 12961)
+++ /trunk/FACT++/src/ReadlineColor.cc	(revision 12962)
@@ -149,16 +149,19 @@
     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;
-    out << kBold << "   lh,history   " << kReset << "Dump the history buffer to the screen" << endl;
-    out << kBold << "   v,variable   " << kReset << "Dump readline variables" << endl;
-    out << kBold << "   f,function   " << kReset << "Dump readline functions" << endl;
-    out << kBold << "   m,funmap     " << kReset << "Dump readline funmap" << endl;
-    out << kBold << "   c,command    " << kReset << "Dump available commands" << endl;
-    out << kBold << "   k,keylist    " << kReset << "Dump key bindings" << endl;
-    out << kBold << "   a,attrs      " << kReset << "Dump available stream attributes" << endl;
-    out << kBold << "   .! command   " << kReset << "Execute a shell command" << endl;
-    out << kBold << "   .w n         " << kReset << "Sleep n milliseconds" << endl;
-    out << kBold << "   .x filename  " << kReset << "Execute a script of commands" << endl;
+    out << kBold << "   h,help       " << kReset << "Print this help message\n";
+    out << kBold << "   clear        " << kReset << "Clear history buffer\n";
+    out << kBold << "   lh,history   " << kReset << "Dump the history buffer to the screen\n";
+    out << kBold << "   v,variable   " << kReset << "Dump readline variables\n";
+    out << kBold << "   f,function   " << kReset << "Dump readline functions\n";
+    out << kBold << "   m,funmap     " << kReset << "Dump readline funmap\n";
+    out << kBold << "   c,command    " << kReset << "Dump available commands\n";
+    out << kBold << "   k,keylist    " << kReset << "Dump key bindings\n";
+    out << kBold << "   a,attrs      " << kReset << "Dump available stream attributes\n";
+    out << kBold << "   .! command   " << kReset << "Execute a shell command\n";
+    out << kBold << "   .w n         " << kReset << "Sleep n milliseconds\n";
+    out << kBold << "   .x filename  " << kReset << "Execute a script of commands\n";
+    out << kBold << "   .x file:N    " << kReset << "Execute a script of commands, start at label N\n";
+    out << kBold << "   .j N         " << kReset << "Forward jump to label N\n";
+    out << kBold << "   : N          " << kReset << "Defines a label\n";
     out << kBold << "   .q,quit      " << kReset << "Quit" << endl;
     out << endl;
