From 0b7a5126aed5b881ec48a7d82319917dcd74bbbb Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Thu, 21 Feb 2019 21:02:19 -0500 Subject: add symbols from --- src/term/cursor_home.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/term/cursor_home.c (limited to 'src/term/cursor_home.c') diff --git a/src/term/cursor_home.c b/src/term/cursor_home.c new file mode 100644 index 00000000..bf4d9623 --- /dev/null +++ b/src/term/cursor_home.c @@ -0,0 +1,11 @@ +#include + +#define cursor_home tigetstr("home") + +/** home cursor (if no TERMCAP(cup)) **/ + +/* +TERMINFO_NAME(home) +TERMCAP_NAME(ho) +XOPEN(400) +*/ -- cgit v1.2.1