📄 uformat.h
字号:
/* * User text formatting functions * Copyright * (C) 1992 Joseph H. Allen * * This file is part of JOE (Joe's Own Editor) */#ifndef _JOE_UFORMAT_H#define _JOE_UFORMAT_H 1int ucenter PARAMS((BW *bw));P *pbop PARAMS((BW *bw, P *p));P *peop PARAMS((BW *bw, P *p));int ubop PARAMS((BW *bw));int ueop PARAMS((BW *bw));void wrapword PARAMS((BW *bw, P *p, long int indent, int french, unsigned char *indents));int uformat PARAMS((BW *bw));int ufmtblk PARAMS((BW *bw));#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -