Changeset 13714 for trunk


Ignore:
Timestamp:
05/14/12 13:43:05 (13 years ago)
Author:
tbretz
Message:
Added comment to help list.
Location:
trunk/FACT++/src
Files:
2 edited

Legend:

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

    r13713 r13714  
    956956    fprintf(rl_outstream, "   .j N         Forward jump to label N\n");
    957957    fprintf(rl_outstream, "   : N          Defines a label\n");
     958    fprintf(rl_outstream, "   # comment    Ignored\n");
    958959    fprintf(rl_outstream, "   .q,quit      Quit\n");
    959960    fprintf(rl_outstream, "\n");
  • trunk/FACT++/src/ReadlineColor.cc

    r13668 r13714  
    164164    out << kBold << "   .j N         " << kReset << "Forward jump to label N\n";
    165165    out << kBold << "   : N          " << kReset << "Defines a label\n";
     166    out << kBold << "   # comment    " << kReset << "Ignored\n";
    166167    out << kBold << "   .q,quit      " << kReset << "Quit" << endl;
    167168    out << endl;
Note: See TracChangeset for help on using the changeset viewer.