dialogs.h
来自「一个很有名的浏览器」· C头文件 代码 · 共 13 行
H
13 行
/* $Id: dialogs.h,v 1.4 2004/06/22 21:49:49 jonas Exp $ */#ifndef EL__MIME_DIALOGS_H#define EL__MIME_DIALOGS_Hstruct terminal;void menu_add_ext(struct terminal *, void *, void *);void menu_del_ext(struct terminal *, void *, void *);void menu_list_ext(struct terminal *, void *, void *);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?