idlok.3cur

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 3CUR 代码 · 共 48 行

3CUR
48
字号
.TH idlok 3cur .SH Nameidlok \- enable use of insert/delete line.SH Syntax.br.B#include <cursesX.h>.PP.br.Bint idlok(win, bf).br.BWINDOW \(**win;.br.Bbool bf;.SH Description.NXR "idlok subroutine"If enabled .PN (bfis .PN TRUE),.PN cursesuses the insert/delete line hardware of terminalsif it is available.  If disabled,.PN curseswill not use this feature.  This option should be enabled only if theapplication needs insert/delete line; for example, for a screeneditor.  It is disabled by default as insert/delete linecan be visually annoying when used in some applications..PPIf insert/delete line cannot be used,.PN curseswill redraw the changed portions of all lines..NTThe terminal hardware insert/delete character featureis always used if available..NE.SH Return ValuesThe.PN idlokfunction returns OK on success and ERR on error.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?