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/cpi_change_res.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 term/cpi_change_res.c (limited to 'term/cpi_change_res.c') diff --git a/term/cpi_change_res.c b/term/cpi_change_res.c new file mode 100644 index 0000000..b949f13 --- /dev/null +++ b/term/cpi_change_res.c @@ -0,0 +1,11 @@ +#include + +#define cpi_change_res tigetflag("cpix") + +/** changing character pitch changes resolution **/ + +/* +TERMINFO_NAME(cpix) +TERMCAP_NAME(YF) +XOPEN(400) +*/ -- cgit v1.2.1