scrollok.3cur
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 3CUR 代码 · 共 26 行
3CUR
26 行
.TH scrollok 3cur .SH Namescrollok \- enable screen scrolling.SH Syntax#include <cursesX.h>.PP .brint scrollok(\fIwin, bf\fP).brWINDOW \(**\fIwin\fP;.brbool \fIbf\fP;.SH Description.NXR "scrollok subroutine"This option controls what happens when the cursor is moved offthe edge of the specified window or scrolling region, either from a newline on thebottom line, or typing the last character of the last line.If disabled, (\fIbf\fP is FALSE)the cursor is left on the bottom line.If enabled, the window is scrolled up one line and then refreshed..SH Return ValuesThe .PN scrollokfunction returns OK on success and ERR on error.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?