![]() |
![]() |
|
|
![]() |
![]() |
MPE/iX Developer's Kit Reference Manual Volume 2: HP 3000 MPE/iX Computer Systems > Chapter 4 CURSES![]() tputs putp |
|
The tputs and putp routines are used to apply padding information and output string (interface to terminfo).
The tputs() and putp() routines are low-level routines used outside of CURSES to deal directly with the terminfo database. The use of appropriate CURSES routines is recommended for most situations. The tputs() routine adds padding information and then outputs str. The value for str must be the result value from tparm(), or tigetstr(), or a terminfo string variable. The tputs() routine replaces the padding specification (if one exists) with enough characters to produce the specified delay. Characters are output one at a time to putc, a routine similar to putchar(). The putp() routine calls tputs() as follows:
|
![]() |
||
![]() |
![]() |
![]() |
|||||||||
|