reset_prog_mode.3cur

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 3CUR 代码 · 共 46 行

3CUR
46
字号
.TH reset_prog_mode 3cur .SH Namereset_prog_mode, reset_shell_mode \- restore terminal mode.SH Syntax.br.Bint reset_prog_mode(\|).PP.Bint reset_shell_mode(\|).SH Description.NXR "reset_prog_mode subroutine".NXR "reset_shell_mode subroutine".PPThe .PN reset_prog_moderoutine restores the terminal modes to those saved by the.PN def_prog_mode routine..PPThe .PN reset_shell_moderoutine restores the terminal modes saved bythe.PN def_shell_mode routine..PPThese routines are called automatically by .PN endwin and .PN doupdate after an .PN endwin .Normally these routines would not be called before.PN endwin ..SH Return ValuesThe.PN reset_prog_modeand.PN reset_shell_modefunctions return OK on success and ERR on error..SH See Alsodef_prog_mode(3cur), def_shell_mode(3cur), doupdate(3cur), endwin(3cur)

⌨️ 快捷键说明

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