tgetent.3cur
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 3CUR 代码 · 共 58 行
3CUR
58 行
.TH tgetent 3cur .SH Nametgetent, tgetnum, tgoto, tgetstr, tgetflag \- emulate termcap for old programs.SH Syntax.Bint.Btgetent(bp, name).br.Bchar *bp, *name;.PP.Bint.Btgetflag(id).br.Bchar *id;.PP.Btgetnum(id).br.Bchar *id;.PP.Btgetstr(id, area).br.Bchar *id, *area;.PP.Btgoto(cap, col, row).br.Bchar *cap;.br.Bint col, row;.SH Description.NXR "tgetent subroutine".NXR "tgetflag subroutine".NXR "tgetnum subroutine".NXR "tgetstr subroutine".NXR "tgoto subroutine"All these functions are included for compatibilitywith application programs that used the old.PN termcapdatabase..PP.BDo not .Ruse these functions in new .PN curses application programs.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?