curses.putp(string)
Equivalent to tputs(str, 1, putchar)
; emit the value of a specified terminfo capability for the current terminal. Note that the output of putp()
always goes to standard output.
curses.putp(string)
Equivalent to tputs(str, 1, putchar)
; emit the value of a specified terminfo capability for the current terminal. Note that the output of putp()
always goes to standard output.
Please login to continue.