longname.3cur

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

3CUR
36
字号
.TH longname 3cur .SH Namelongname \- return full terminal type name.SH Syntax.br.Bchar \(**longname(\|).SH Description.NXR "longname subroutine"This routine returns a pointer to a static area containinga verbose description of the current terminal.The maximum length of a verbose description is 128 characters.It is defined only after the call to the.PN initscr routine or the.PN newtermroutine..PPThe static area is overwritten by each call to .PN newterm and is not restored by .PN set_term .The value should be saved between calls to .PN newterm if .PN longnameis going to be used with multiple terminals..SH Return ValuesThe.PN longname function returns a pointer to a verbose description of the current terminalon success and the null pointer on error..SH See Alsoinitscr(3cur), newterm(3cur), set_term(3cur)

⌨️ 快捷键说明

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