📄 poshist.h
字号:
/* * Position history * Copyright * (C) 1992 Joseph H. Allen * * This file is part of JOE (Joe's Own Editor) */#ifndef _JOE_POSHIST_H#define _JOE_POSHIST_H 1void afterpos PARAMS((void));void aftermove PARAMS((W *w, P *p));void windie PARAMS((W *w));int uprevpos PARAMS((BW *bw));int unextpos PARAMS((BW *bw));#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -