diff options
Diffstat (limited to 'term/key_ctab.h')
-rw-r--r-- | term/key_ctab.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/key_ctab.h b/term/key_ctab.h new file mode 100644 index 0000000..448cd3d --- /dev/null +++ b/term/key_ctab.h @@ -0,0 +1,11 @@ +#include <term.h> + +#define key_ctab tigetstr("kctab") + +/** clear-tab key **/ + +/* +TERMINFO_NAME(kctab) +TERMCAP_NAME(kt) +XOPEN(400) +*/ |