delch.3cur
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 3CUR 代码 · 共 83 行
3CUR
83 行
.TH delch 3cur .SH Namedelch, mvdelch, mvwdelch, wdelch \- remove character from window.SH Syntax.B#include <cursesX.h>.PP.Bint delch(\|).PP.Bint wdelch(win).br.BWINDOW \(**win;.PP.Bint mvdelch(y, x).br.Bint y, x;.PP.Bint mvwdelch(win, y, x).br.BWINDOW \(**win;.br.Bint y, x;.SH Description.NXR "delch subroutine".NXR "mvdelch subroutine".NXR "mvwdelch subroutine".NXR "wdelch subroutine"The.PN delchroutine deletes the character under the cursor in the default window.All characters to the right on the same line are moved to the left oneposition and the last character on the line is filled with a blank.The cursor position does not change..PPThe routine .PN wdelchdeletes the character under the cursor in the specified window.All characters to the right on the same line are moved to the left oneposition and the last character on the line is filled with a blank.The cursor position does not change..PPThe routine .PN mvdelchmoves the cursor to the specified position in the default window.The character found at this location is deleted.All characters to the right on the same line are moved to the left oneposition and the last character on the line is filled with a blank.The cursor position does not change..PPThe routine .PN mvwdelchmoves the cursor to the specified position in the specified window.The character found at this location is deleted.All characters to the right on the same line are moved to the left oneposition and the last character on the line is filled with a blank.The cursor position does not change..PPThe routines .PN delch, .PN mvdelchand .PN mvwdelchare macros..SH Return ValuesThe .PN delch ,.PN mvdelch ,.PN mvwdelchand.PN wdelchfunctions return OK on success and ERR on error.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?