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_normal.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/term/cursor_normal.c (limited to 'src/term/cursor_normal.c') diff --git a/src/term/cursor_normal.c b/src/term/cursor_normal.c new file mode 100644 index 00000000..74af9784 --- /dev/null +++ b/src/term/cursor_normal.c @@ -0,0 +1,11 @@ +#include + +#define cursor_normal tigetstr("cnorm") + +/** make cursor appear normal **/ + +/* +TERMINFO_NAME(cnorm) +TERMCAP_NAME(ve) +XOPEN(400) +*/ -- cgit v1.2.1