diff options
Diffstat (limited to 'src/term/cursor_mem_address.c')
| -rw-r--r-- | src/term/cursor_mem_address.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/term/cursor_mem_address.c b/src/term/cursor_mem_address.c new file mode 100644 index 00000000..e8cb52db --- /dev/null +++ b/src/term/cursor_mem_address.c @@ -0,0 +1,11 @@ +#include <curses.h> + +#define cursor_mem_address tigetstr("mrcup") + +/** memory relative cursor addressing **/ + +/* +TERMINFO_NAME(mrcup) +TERMCAP_NAME(CM) +XOPEN(400) +*/ |
