nodelay.3cur

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

3CUR
43
字号
.TH nodelay 3cur .SH Namenodelay \- disable block during read.SH Syntax.br.B#include <cursesX.h>.PP.br.Bint nodelay(win, bf).br.BWINDOW \(**win;.br.Bbool bf;.SH Description.NXR "nodelay subroutine".NXA "getch subroutine" "nodelay subroutine"This option causes the . PN getch routine to be a non-blocking call.If no input is ready, and .PN nodelayis enabled,.PN getch will return the integer.PN ERR .If .PN nodelay is disabled, .PN getch will wait until input is ready..SH Return ValuesThe .PN nodelayfunction returns OK on success and ERR on error..SH See Alsogetch(3cur)

⌨️ 快捷键说明

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