insertln.3cur
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 3CUR 代码 · 共 52 行
3CUR
52 行
.TH insertln 3cur .SH Nameinsertln, winsertln \- insert line.SH Syntax.br.B#include <cursesX.h>.PP.br.Bint insertln(\|).PP.Bint winsertln(win).br.BWINDOW \(**win;.SH Description.NXR "insertln macro".NXR "winsertln subroutine"The .PN insertlnroutine insertsa blank line above the current line in the defaultwindow.All lines below and including the current line are moved down. The bottom line is lost and thecurrent line becomes blank.The (y, x) coordinates are unchanged..PPThe .PN winsertln routine insertsa blank line above the current line on the specifiedwindow.All lines below and including the current line are moved down. The bottom line is lost and thecurrent line becomes blank.The (y, x) coordinates are unchanged..PPThe routine .PN insertlnis a macro..SH Return ValuesThe.PN insertlnand.PN winsertlnfunctions return OK on success and ERR on error.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?