|
teditor
1.8.0@@fee5e94
Terminal based editor written in C++
|
#include "core/buffer.h"#include "core/option.h"#include "../base/text.h"#include <string>#include "number.h"#include "mode.h"Classes | |
| class | teditor::calc::CalcMode |
Namespaces | |
| teditor | |
| teditor::calc | |
Functions | |
| VarMap & | teditor::calc::vars () |
| History & | teditor::calc::cmds () |
| void | teditor::calc::addCmd (const std::string &c) |
| teditor::calc::REGISTER_MODE (CalcMode, "calc") | |
1.8.17