From fa799768c4f6d97c5f60a37829ad1b457b7c0096 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 13 Apr 2022 19:51:54 -0400 Subject: separate from libc --- term/dot_horz_spacing.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 term/dot_horz_spacing.c (limited to 'term/dot_horz_spacing.c') diff --git a/term/dot_horz_spacing.c b/term/dot_horz_spacing.c new file mode 100644 index 0000000..91e1b4e --- /dev/null +++ b/term/dot_horz_spacing.c @@ -0,0 +1,11 @@ +#include + +#define dot_horz_spacing tigetnum("spinh") + +/** spacing of dots horizontally in dots per inch **/ + +/* +TERMINFO_NAME(spinh) +TERMCAP_NAME(Yc) +XOPEN(400) +*/ -- cgit v1.2.1