poshist.h
来自「举世闻名的joe记事本源程序」· C头文件 代码 · 共 18 行
H
18 行
/* * 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 + =
减小字号Ctrl + -
显示快捷键?