Changeset 10313 for trunk/FACT++/src
- Timestamp:
- 04/07/11 16:36:55 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/ReadlineColor.cc
r10304 r10313 101 101 { 102 102 out << endl; 103 out << " " << kUnderline << "Key bindings:" << endl; 103 out << " " << kUnderline << "Key bindings:" << endl << endl;; 104 out << " Default key-bindings are identical with your bash." << endl; 105 out << endl; 104 106 out << kBold << " Page-up " << kReset << "Search backward in history" << endl; 105 107 out << kBold << " Page-dn " << kReset << "Search forward in history" << endl; … … 108 110 out << kBold << " Ctrl-y " << kReset << "Delete line" << endl; 109 111 out << kBold << " Alt-end/Ctrl-k " << kReset << "Delete until the end of the line" << endl; 110 out << kBold << " F1 " << kReset << "Toggle visibility of upper panel" << endl;111 out << endl;112 out << " Default key-bindings are identical with your bash." << endl;113 112 out << endl; 114 113 … … 130 129 { 131 130 out << endl; 132 out << " " << kUnderline << "General help:" << endl; 131 out << " " << kUnderline << "General help:" << endl << endl; 132 out << " The command history is automatically loaded and saves to" << endl; 133 out << " and from " << name << endl; 134 out << endl; 133 135 out << kBold << " h,help " << kReset << "Print this help message" << endl; 134 136 out << kBold << " clear " << kReset << "Clear history buffer" << endl; … … 141 143 out << kBold << " a,attrs " << kReset << "Dump available stream attributes" << endl; 142 144 out << kBold << " .q,quit " << kReset << "Quit" << endl; 143 out << endl;144 out << " The command history is automatically loaded and saves to" << endl;145 out << " and from " << name << endl;146 145 out << endl; 147 146
Note:
See TracChangeset
for help on using the changeset viewer.