📄 info.h
字号:
/* $Id: info.h,v 1.9 2004/11/22 13:27:41 zas Exp $ */#ifndef EL__DIALOGS_INFO_H#define EL__DIALOGS_INFO_Hstruct session;struct terminal;void menu_about(struct terminal *, void *, void *);void menu_keys(struct terminal *, void *, void *);void menu_copying(struct terminal *, void *, void *);void resource_info(struct terminal *term);void memory_inf(struct terminal *, void *, struct session *);#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -