diff options
Diffstat (limited to 'term/label_height.h')
-rw-r--r-- | term/label_height.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/label_height.h b/term/label_height.h new file mode 100644 index 0000000..77357bb --- /dev/null +++ b/term/label_height.h @@ -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) +*/ |