help.h

来自「举世闻名的joe记事本源程序」· C头文件 代码 · 共 23 行

H
23
字号
/* *	Help system *	Copyright *		(C) 1992 Joseph H. Allen *		(C) 2001 Marek 'Marx' Grac * *	This file is part of JOE (Joe's Own Editor) */#ifndef _JOE_HELP_H#define _JOE_HELP_H 1void help_display PARAMS((Screen *t));		/* display text in help window */int help_on PARAMS((Screen *t));		/* turn help on */int help_init PARAMS((JFILE *fd,unsigned char *bf,int line)); /* read help from rc file */int u_help PARAMS((BASE *base));		/* toggle help on/off */int u_help_next PARAMS((BASE *base));		/* goto next help screen */int u_help_prev PARAMS((BASE *base));		/* goto prev help screen */extern int bg_help;				/* Background color for help */extern int help_is_utf8;			/* Set if help text is UTF-8 */#endif

⌨️ 快捷键说明

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