Changeset 12962 for trunk/FACT++/src


Ignore:
Timestamp:
02/29/12 10:05:14 (13 years ago)
Author:
tbretz
Message:
Print jumps and labels help text
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/ReadlineColor.cc

    r12824 r12962  
    149149    out << "  and from " << name << endl;
    150150    out << endl;
    151     out << kBold << "   h,help       " << kReset << "Print this help message" << endl;
    152     out << kBold << "   clear        " << kReset << "Clear history buffer" << endl;
    153     out << kBold << "   lh,history   " << kReset << "Dump the history buffer to the screen" << endl;
    154     out << kBold << "   v,variable   " << kReset << "Dump readline variables" << endl;
    155     out << kBold << "   f,function   " << kReset << "Dump readline functions" << endl;
    156     out << kBold << "   m,funmap     " << kReset << "Dump readline funmap" << endl;
    157     out << kBold << "   c,command    " << kReset << "Dump available commands" << endl;
    158     out << kBold << "   k,keylist    " << kReset << "Dump key bindings" << endl;
    159     out << kBold << "   a,attrs      " << kReset << "Dump available stream attributes" << endl;
    160     out << kBold << "   .! command   " << kReset << "Execute a shell command" << endl;
    161     out << kBold << "   .w n         " << kReset << "Sleep n milliseconds" << endl;
    162     out << kBold << "   .x filename  " << kReset << "Execute a script of commands" << endl;
     151    out << kBold << "   h,help       " << kReset << "Print this help message\n";
     152    out << kBold << "   clear        " << kReset << "Clear history buffer\n";
     153    out << kBold << "   lh,history   " << kReset << "Dump the history buffer to the screen\n";
     154    out << kBold << "   v,variable   " << kReset << "Dump readline variables\n";
     155    out << kBold << "   f,function   " << kReset << "Dump readline functions\n";
     156    out << kBold << "   m,funmap     " << kReset << "Dump readline funmap\n";
     157    out << kBold << "   c,command    " << kReset << "Dump available commands\n";
     158    out << kBold << "   k,keylist    " << kReset << "Dump key bindings\n";
     159    out << kBold << "   a,attrs      " << kReset << "Dump available stream attributes\n";
     160    out << kBold << "   .! command   " << kReset << "Execute a shell command\n";
     161    out << kBold << "   .w n         " << kReset << "Sleep n milliseconds\n";
     162    out << kBold << "   .x filename  " << kReset << "Execute a script of commands\n";
     163    out << kBold << "   .x file:N    " << kReset << "Execute a script of commands, start at label N\n";
     164    out << kBold << "   .j N         " << kReset << "Forward jump to label N\n";
     165    out << kBold << "   : N          " << kReset << "Defines a label\n";
    163166    out << kBold << "   .q,quit      " << kReset << "Quit" << endl;
    164167    out << endl;
Note: See TracChangeset for help on using the changeset viewer.