📄 vbi_parser.h
字号:
#include "common.h"
typedef struct{
uCHAR preByte;
uCHAR Column;
uCHAR Row;
uCHAR TextAttr; // 1: white, 2: whiete underlined 3: green, 4:green underlined
// 5: blue, 6: blue underlined, 7:cyan, 8: cyan underlined
// 9: red, 10: red underlined, 11:yellow, 12: yellow underlined
//13: magenta, 14:megenta underlined, 15: italic, 16: italic underlined
uCHAR Line;
}CC_Content;
BOOL VBI_Init(void);
BOOL CC_Parsing(void);
#ifndef __VBI_PARSING__
#define __VBI_PARSING__
CC_Content idata cc_char;// kenny 20060315
#else
extern CC_Content idata cc_char;
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -