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