diff options
Diffstat (limited to 'src/term/dot_horz_spacing.c')
| -rw-r--r-- | src/term/dot_horz_spacing.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/term/dot_horz_spacing.c b/src/term/dot_horz_spacing.c new file mode 100644 index 00000000..f4ffb083 --- /dev/null +++ b/src/term/dot_horz_spacing.c @@ -0,0 +1,11 @@ +#include <curses.h> + +#define dot_horz_spacing tigetnum("spinh") + +/** spacing of dots horizontally in dots per inch **/ + +/* +TERMINFO_NAME(spinh) +TERMCAP_NAME(Yc) +XOPEN(400) +*/ |
