restartterm.3cur
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 3CUR 代码 · 共 37 行
3CUR
37 行
.TH restartterm 3cur .SH Namerestartterm \- restart terminal for curses application.SH Syntax.Brestartterm(term, filenum, errret).br.Bchar *term;.br.Bint filenum;.br.Bint *errret;.SH Description.NXR "restartterm subroutine"This function sets up the current terminal.PN termafter a save/restore of a .PN cursesapplication program..PN restarttermassumes that the windows and modes are the same for the restarted application as when memory was saved.It assumes that the terminal type and dependent settings, such as baudrate, may have changed.The routine.PN setupterm is called to extract the terminal information from the .PN terminfo databaseand set up the terminal..SH See Alsosetupterm(3cur), terminfo(5)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?