refresh.3cur
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 3CUR 代码 · 共 52 行
3CUR
52 行
.TH refresh 3cur .SH Namerefresh, wrefresh \- refresh window.SH Syntax.br.B#include <cursesX.h>.PP.br.Bint refresh(\|).PP.Bint wrefresh(win).br.BWINDOW \(**win;.SH Description.NXR "refresh macro".NXR "wrefresh subroutine"The routine.PN wrefreshcopies the named window to the physical terminal screen,taking into account what is already there in order to optimize cursor movement. .PPThe routine .PN refreshdoes the same, using .PN stdscras a default screen..PPThese routines .B must be called to get any output on the terminal,as other routines only manipulate data structures. .PPUnless .PN leaveok has been enabled, the physical cursor of the terminal is left at the locationof the window's cursor.The routine .PN refreshis a macro..SH Return ValuesThe.PN refreshand.PN wrefreshfunctions return OK on success and ERR on error..SH See Alsoleaveok(3cur)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?