blob: 0f068266db3a1edc843117f81e5a7521eb773890 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#include <curses.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)
*/
|