getyx.3cur

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

3CUR
28
字号
.TH getyx 3cur .SH Namegetyx \- get cursor position.SH Syntax.B#include <cursesX.h>.PP.Bint getyx(win, y, x).br.BWINDOW \(**win;.br.Bint y, x;.SH Description.NXR "getyx macro"The cursor coordinates of the window are placed in the two integer variables .PN yand .PN x .This routine is implemented as a macro, so no ampersand (&)is necessary before the variables..SH Return ValuesNo return value is defined for this function.

⌨️ 快捷键说明

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