summaryrefslogtreecommitdiff
path: root/src/term/pkey_xmit.c
blob: 7c73f5979c93d70eac5a1367fd55065970b60796 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <curses.h>

#define pkey_xmit tigetstr("pfx")

/** program function key #1 to transmit string #2 **/

/*
TERMINFO_NAME(pfx)
TERMCAP_NAME(px)
XOPEN(400)
*/