deleteln.3cur
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 3CUR 代码 · 共 43 行
3CUR
43 行
.TH deleteln 3cur .SH Namedeleteln, wdeleteln \- remove line from window.SH Syntax.B#include <cursesX.h>.PP.Bint deleteln(\|).PP.Bint wdeleteln(win).br.BWINDOW \(**win;.SH Description.NXR "deleteln subroutine".NXR "wdeleteln subroutine"The.PN deletelnroutine deletes the current line of the default window.All lines below the current line are moved up one line.The bottom line of the window is cleared.The cursor position does not change..PPThe routine .PN wdeletelndeletes the current line of the specified window.All lines below the current line are moved up one line.The bottom line of the window is cleared.The cursor position does not change..PPThe routine.PN deletelnis a macro..SH Return ValuesThe .PN deletelnand.PN wdeletelnfunctions return OK on success and ERR on error.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?