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

📄 draw.h

📁 elinks下lynx是最重要的二个文本浏览器, 在linux下非常实用, elinks也是gentoo安装过程中默认使用的浏览器, 这是elinks源代码
💻 H
字号:
#ifndef EL__VIEWER_TEXT_DRAW_H#define EL__VIEWER_TEXT_DRAW_Hstruct document_view;struct session;/* Render and draw the current session document *//* If @rerender is: *	0 only redrawing is done *	1 render by first checking the document cache else rerender *	2 forces document to be rerendered */void draw_formatted(struct session *ses, int rerender);/* Update the document view, including frames and the status messages */void refresh_view(struct session *ses, struct document_view *doc_view, int frames);#endif

⌨️ 快捷键说明

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