📄 status.h
字号:
/* $Id: status.h,v 1.8 2004/10/08 16:54:57 zas Exp $ */#ifndef EL__DIALOGS_STATUS_H#define EL__DIALOGS_STATUS_H#include "terminal/terminal.h"#include "sched/connection.h"#include "sched/session.h"#define download_is_progressing(download) \ ((download) && \ (download)->state == S_TRANS && \ ((download)->progress->elapsed / 100))void print_screen_status(struct session *);void update_status(void);unsigned char *get_download_msg(struct download *download, struct terminal *term, int wide, int full, unsigned char *separator);#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -