欢迎来到虫虫下载站 | 资源下载 资源专辑 关于我们
虫虫下载站

newpad.3cur

<B>Digital的Unix操作系统VAX 4.2源码</B>
3CUR
字号:
.TH newpad 3cur.SH Namenewpad \- create new pad.SH Syntax.br.B#include <cursesX.h>.PP.br.BWINDOW \(**newpad(nlines, ncols).br.Bint nlines, ncols;.SH Description.NXR "newpad subroutine"The .PN newpadroutinecreates a new .PN paddata structure.A pad differs froma window in that it is not restricted by the screen size,and it is not necessarily associated with a particular part of the screen.Pads can be used when large windows are needed. Only part of the padwill be on the screen at any one time..PPAutomatic refreshes of pads for example, from scrolling or echoing of input, do not occur..PPYou cannot call the.PN refresh routine with a pad as an argument; use the routines .PN prefresh or .PN pnoutrefresh instead..PPNote that these two routines require additional parameters to specify both the part of the pad to be displayed and the screen location for the display..SH Return ValuesOn success the.PN newpadfunction returns a pointer to the new WINDOW structure created.  On failurethe function returns a null pointer..SH See Alsopnoutrefresh(3cur), prefresh(3cur), refresh(3cur)

⌨️ 快捷键说明

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