diff options
Diffstat (limited to 'term/pkey_local.c')
-rw-r--r-- | term/pkey_local.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/pkey_local.c b/term/pkey_local.c new file mode 100644 index 0000000..f5f63d6 --- /dev/null +++ b/term/pkey_local.c @@ -0,0 +1,11 @@ +#include <term.h> + +#define pkey_local tigetstr("pfloc") + +/** program function key #1 to execute string #2 **/ + +/* +TERMINFO_NAME(pfloc) +TERMCAP_NAME(pl) +XOPEN(400) +*/ |