summaryrefslogtreecommitdiff
path: root/src/term/exit_leftword_mode.c
blob: c185c69ab1e15d6ae1660c7c757e21dc5be2a803 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <curses.h>

#define exit_leftword_mode tigetstr("rlim")

/** enable rightward (normal) carriage motion **/

/*
TERMINFO_NAME(rlim)
TERMCAP_NAME(ZS)
XOPEN(400)
*/