diff options
author | Jakob Kaivo <jkk@ung.org> | 2022-04-13 19:51:54 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2022-04-13 19:51:54 -0400 |
commit | fa799768c4f6d97c5f60a37829ad1b457b7c0096 (patch) | |
tree | ed28b64735a6a79b10ecf1a87296f36e88745f4e /term/parm_up_cursor.c |
separate from libc
Diffstat (limited to 'term/parm_up_cursor.c')
-rw-r--r-- | term/parm_up_cursor.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/parm_up_cursor.c b/term/parm_up_cursor.c new file mode 100644 index 0000000..3187642 --- /dev/null +++ b/term/parm_up_cursor.c @@ -0,0 +1,11 @@ +#include <term.h> + +#define parm_up_cursor tigetstr("cuu") + +/** move cursor up #1 lines **/ + +/* +TERMINFO_NAME(cuu) +TERMCAP_NAME(UP) +XOPEN(400) +*/ |