⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 download.h

📁 一个很有名的浏览器
💻 H
字号:
/* $Id: download.h,v 1.4 2004/01/07 03:18:19 jonas Exp $ */#ifndef EL__DIALOGS_DOWNLOAD_H#define EL__DIALOGS_DOWNLOAD_H#include "bfu/hierbox.h"#include "sched/download.h"#include "sched/session.h"#include "terminal/terminal.h"void display_download(struct terminal *, struct file_download *, struct session *);void download_manager(struct session *ses);extern struct hierbox_browser download_browser;/* Draws a progress bar meter or progress coloured text depending on whether * @text is NULL. If @meter_color is NULL dialog.meter color is used. */voiddownload_progress_bar(struct terminal *term, int x, int y, int width,		      unsigned char *text, struct color_pair *meter_color,		      longlong current, longlong total);#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -