box.3cur
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 3CUR 代码 · 共 44 行
3CUR
44 行
.TH box 3cur .SH Namebox \- draw box.SH Syntax.B#include <cursesX.h>.PP.Bint box(win, vert, hor).br.BWINDOW *win;.br.Bchtype vert, hor;.SH Description.NXR "box subroutine"The.PN box routinedraws a box around the edge of the window.The arguments .PN vertand.PN horare the vertical and horizontal characters the box is to be drawn with..PPIf.PN vertand.PN horare 0 or unspecified, then default characters are used..PPIf scrolling is disabled and the window encompasses the bottom right cornerof the screen, all corners are left blank to avoid an illegal scroll..SH Return ValuesThe.PN boxfunction returns OK on success and ERR on error.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?