📄 common.h
字号:
/* Copyright (C) 2002, 2003 Slava Astashonok <sla@0n.ru> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License. $Id: common.h,v 1.2.2.1 2003/03/28 22:57:49 sla Exp $*/#ifndef _COMMON_H_#define _COMMON_H_#define DBG my_log(LOG_DEBUG, "DBG: %s:%d", __FILE__, __LINE__)#include <config.h>/* Capture*/#define DEBUG_C 1/* Unpending */#define DEBUG_U 2/* Scan */#define DEBUG_S 4/* Emit */#define DEBUG_E 8/* Memory */#define DEBUG_M 16/* Fill */#define DEBUG_F 32/* Info */#define DEBUG_I 64#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -