teditor
1.8.0@@fee5e94
Terminal based editor written in C++
|
#include <string>
#include "colors.h"
#include <vector>
#include "utils.h"
#include "key_cmd_map.h"
#include "command.h"
#include "line.h"
#include "mode.h"
#include "pos2d.h"
#include <stack>
#include <unordered_set>
#include "file_utils.h"
#include "parser/nfa.h"
Go to the source code of this file.
Classes | |
class | teditor::Buffer |
struct | teditor::Buffer::RemovedLine |
struct | teditor::Buffer::OpData |
The state before/after applying insertion/deletion operations on the Buffer object. More... | |
class | teditor::Buffers |
Namespaces | |
teditor | |