diff options
Diffstat (limited to 'term/label_height.c')
-rw-r--r-- | term/label_height.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/label_height.c b/term/label_height.c new file mode 100644 index 0000000..77357bb --- /dev/null +++ b/term/label_height.c @@ -0,0 +1,11 @@ +#include <term.h> + +#define label_height tigetnum("lh") + +/** number of rows in each label **/ + +/* +TERMINFO_NAME(lh) +TERMCAP_NAME(lh) +XOPEN(400) +*/ |