📄 edit.h
字号:
/* $Id: edit.h,v 1.10 2004/11/21 14:03:25 zas Exp $ */#ifndef EL__DIALOGS_EDIT_H#define EL__DIALOGS_EDIT_H#include "bfu/dialog.h"#include "sched/session.h"#include "terminal/terminal.h"enum edit_dialog_type { EDIT_DLG_SEARCH, /* search dialog */ EDIT_DLG_ADD /* edit/add dialog */};void do_edit_dialog(struct terminal *, int, unsigned char *, const unsigned char *, const unsigned char *, struct session *, struct dialog_data *, t_done_handler *when_done, void when_cancel(struct dialog *), void *, enum edit_dialog_type);#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -