move.3cur

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

3CUR
54
字号
.TH move 3cur .SH Namemove, wmove \- move cursor in window.SH Syntax.br.Bmove(y, x).PP.Bwmove(win, y, x).br.BWINDOW \(**win;.br.Bint y, x;.SH Description.NXR "move macro (curses)".NXR "wmove subroutine"The .PN moveroutine moves thecursor associated with the default window to the given location (y, x), where.PN yis the row,and .PN xis the column.This routine does not move the physical cursor of the terminal until the .PN refresh routine is called..PPThe .PN wmoveroutine moves thecursor associated with the specified window to the given location (y, x).This does not move the physical cursor of the terminal until the.PN wrefresh routine is called..PPFor both routinesthe position specified is relative to the upper left corner of the window,which is (0,0)..PPThe routine.PN moveis a macro..SH See Alsorefresh(3cur), wrefresh(3cur)

⌨️ 快捷键说明

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