blob: 88fc73c14a81f3823c805c90b1cb601eceb3b473 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#include <term.h>
#define pkey_plab tigetstr("pfxl")
/** program function key #1 to transmit string #2 and show string #3 **/
/*
TERMINFO_NAME(pfxl)
TERMCAP_NAME(xl)
XOPEN(400)
*/
|