tputs.3cur
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 3CUR 代码 · 共 43 行
3CUR
43 行
.TH tputs 3cur .SH Nametputs \- pad and output string.SH Syntax.Btputs(str, count, putc).br.Bregister char *str;.br.Bint count;.br.Bint (*putc)();.SH Description.NXR "tputs subroutine"This function adds padding to the string.PN strand outputs it. The string must be either a .PN terminfo string variable or the return value from.PN tparm, .PN tgetstr or .PN tgoto .The variable .PN count is the number of lines affected; this is set to1 if not applicable.The function.PN putc is a .PN putchar style routine.The characters are passed to .PN putcone at a time..SH See Alsoputchar(3s), terminfo(5), tparm(3cur)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?