insch.3cur
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 3CUR 代码 · 共 106 行
3CUR
106 行
.TH insch 3cur .SH Nameinsch, mvinsch, mvwinsch, winsch \- insert character.SH Syntax.br.B#include <cursesX.h>.PP.br.Bint insch(ch).br.Bchtype ch;.PP.Bint winsch(win, ch).br.BWINDOW \(**win;.br.Bchtype ch;.PP.Bint mvinsch(y, x, ch).br.Bint y, x;.br.Bchtype ch;.PP.Bint mvwinsch(win, y, x, ch).br.BWINDOW \(**win;.br.Bint y, x;.br.Bchtype ch;.SH Description.NXR "insch macro".NXR "mvinsch macro".NXR "mvwinsch macro".NXR "winsch macro".PPThe .PN inschroutine inserts thecharacter .PN chat the current cursorposition on the default window..PPThe .PN mvinschroutine inserts thecharacter .PN chat the specified cursorposition on the default window..PPThe .PN winschroutine inserts thecharacter .PN chat the current cursorposition on the specified window..PPThe .PN mvwinschroutine inserts thecharacter .PN chat the specified cursorposition on the specified window..PPAll the routines cause the following actions.All characters from the cursor positionto the right edge are moved one space to the right. The last character on the line is always lost, even if it is a blank.The cursor position does not change after the insert is completed..PPThe.PN insch ,.PN mvinschand .PN mvwinschroutinesare macros..SH Return ValuesThe.PN insch ,.PN mvinsch ,.PN mvwinsch ,and.PN winschfunctions return OK on success and ERR on error.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?