def_prog_mode.3cur
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 3CUR 代码 · 共 51 行
3CUR
51 行
.TH def_prog_mode 3cur .SH Namedef_prog_mode, def_shell_mode \- save terminal modes.SH Syntax.Bint def_prog_mode(\|).PP.Bint def_shell_mode(\|).SH Description.NXR "def_prog_mode subroutine".NXR "def_shell_mode subroutine".NXA "def_prog_mode subroutine" "reset_prog_mode subroutine".NXA "def_shell_mode subroutine" "reset_shell_mode subroutine"The.PN def_prog_moderoutinesaves the current terminal modes as the .B program ifthe terminal is running under .PN curses. The stored terminal modes are used by the .MS reset_prog_mode 3curroutine.This function is used when the user makes a temporary exit from .PN curses ..PPThe routine.PN def_shell_modesaves the current terminal modes as the .B shell ifthe terminal is not running under .PN curses .The stored terminal modes are used by the .MS reset_shell_mode 3curroutine..PPBoth routines are calledautomatically by .MS initscr 3cur ..SH Return ValuesThe.PN def_prog_modeand.PN def_shell_modefunctions return OK on success and ERR on error..SH See Alsoinitscr(3cur), reset_prog_mode(3cur), reset_shell_mode(3cur)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?