📄 task.h
字号:
/* $Id: task.h,v 1.17 2004/11/22 13:27:41 zas Exp $ */#ifndef EL__SCHED_TASK_H#define EL__SCHED_TASK_H#include "cache/cache.h"#include "sched/session.h"struct download;struct location;struct terminal;struct view_state;struct uri;/* This is for map_selected(), it is used to pass around information about * in-imagemap links. */struct link_def { unsigned char *link; unsigned char *target;};void abort_preloading(struct session *, int);void ses_goto(struct session *, struct uri *, unsigned char *, struct location *, enum cache_mode, enum task_type, int);struct view_state *ses_forward(struct session *, int);void loading_callback(struct download *, struct session *);struct uri *get_hooked_uri(unsigned char *uristring, struct session *ses, unsigned char *cwd);void goto_uri(struct session *ses, struct uri *uri);void goto_uri_frame(struct session *, struct uri *, unsigned char *, enum cache_mode);void goto_url(struct session *, unsigned char *);void goto_url_with_hook(struct session *, unsigned char *);int goto_url_home(struct session *ses);void goto_imgmap(struct session *, struct uri *, unsigned char *);void map_selected(struct terminal *term, void *ld, void *ses);#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -