teditor
1.8.0@@fee5e94
Terminal based editor written in C++
|
Namespaces | |
teditor | |
Functions | |
CommandMap & | teditor::cmds () |
bool | teditor::defaultCmdFilterOp (const std::string &name) |
const Command & | teditor::getCmd (const std::string &cmd) |
Helper to return the command of interest. More... | |
Strings | teditor::allCmdNames (CmdFilterOp filterOp=defaultCmdFilterOp) |
Accessor function to the list of command names. More... | |