scroll.3cur
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 3CUR 代码 · 共 33 行
3CUR
33 行
.TH scroll 3cur .SH Namescroll \- scroll window.SH Syntax.br.B#include <cursesX.h>.PP.br.Bint scroll(win).br.BWINDOW \(**win;.SH Description.NXR "scroll subroutine"The window is scrolled up one line.This involves moving the lines in the window data structure..PPYou would not normally use this routine as the terminal scrolls automatically if .PN scrollok is enabled.A typical case where .PN scrollmight be used is with a screen editor..SH Return ValuesThe.PN scrollfunction returns OK on success and ERR on error..SH See Alsoscrollok(3cur)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?