easyVim  1.0
a simple vim-like text editor
Macros
config.hpp File Reference

配置文件,头文件汇总 More...

#include "core/core.hpp"
#include "encrypt/encrypt.hpp"
#include "instructions/inst.hpp"
#include "instructions/inst_command.hpp"
#include "instructions/inst_operation.hpp"
#include "utils/parser.hpp"
#include <vector>
#include <string>
#include <algorithm>
Include dependency graph for config.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define EV_VERSION   "1.0.0"
 
#define EV_F(n)   n+264
 
#define EV_Esc   27
 
#define EV_Enter   10
 
#define EV_Tab   9
 
#define EV_Backspace   263
 
#define EV_Delete   330
 
#define EV_LEFT   260
 
#define EV_RIGHT   261
 
#define EV_UP   259
 
#define EV_DOWN   258
 
#define INIT_LINE   0
 
#define INIT_COL   5
 

Detailed Description

配置文件,头文件汇总

Author
Super@redhecker