📄 dialogs.h
字号:
/* $Id: dialogs.h,v 1.5.4.1 2005/02/28 00:44:03 jonas Exp $ */#ifndef EL__COOKIES_DIALOGS_H#define EL__COOKIES_DIALOGS_H#include "bfu/hierbox.h"#include "sched/session.h"#include "terminal/terminal.h"#include "util/lists.h"extern struct list_head cookie_queries;void accept_cookie_dialog(struct session *ses, void *data);extern struct hierbox_browser cookie_browser;void cookie_manager(struct session *);#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -