raw.3cur
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 3CUR 代码 · 共 42 行
3CUR
42 行
.TH raw 3cur .SH Nameraw, noraw \- enable/disable raw mode.SH Syntax.br.Bint raw(\|).PP.Bint noraw(\|).SH Description.NXR "noraw subroutine".NXR "raw subroutine".PPThe .PN rawroutinesetsthe terminal into RAW mode.RAW mode is similar to CBREAK mode, in that characters are immediatelypassed through to the user program as they are typed.In RAW mode, the interrupt, quit, suspend and flowcontrol characters are passed through uninterpreted, and do not generate a signal..PPThe behavior of the BREAK key depends on the settings of bits thatare not controlled by.PN curses ..PPThe .PN norawroutine disables RAW mode..SH Return ValuesThe.PN rawand.PN noraw functions return OK on success and ERR on error.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?