overlay.3cur
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 3CUR 代码 · 共 49 行
3CUR
49 行
.TH overlay 3cur .SH Nameoverlay, overwrite \- overlay windows.SH Syntax.br.B#include <cursesX.h>.PP.br.Bint overlay(srcwin, dstwin).br.BWINDOW \(**srcwin, \(**dstwin;.PP.Bint overwrite(srcwin, dstwin).br.BWINDOW \(**srcwin, \(**dstwin;.SH Description.NXR "overlay subroutine".NXR "overwrite subroutine"The .PN overlayroutine copies all the text from the source window.PN srcwinon top of the destination window.PN dstwin .The two windows are not required to be the same size.The copy starts at (0, 0) on both windows.The copy is non-destructive, so blanks are not copied..PPThe .PN overwrite routine copies all of .PN srcwinon top of .PN destwin .The copy starts at (0, 0) on both windows.This is a destructive copy as blanks are copied..SH Return ValuesThe .PN overlayand.PN overwritefunctions return OK on success and ERR on error.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?