draw.h
来自「一个很有名的浏览器」· C头文件 代码 · 共 20 行
H
20 行
/* $Id: draw.h,v 1.3 2004/07/13 15:09:17 jonas Exp $ */#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 + =
减小字号Ctrl + -
显示快捷键?