Home
last modified time | relevance | path

Searched refs:T_CCS (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dtermdefs.h177 #define T_CCS (TERM_STR(KS_CCS)) // cur is relative to scroll region macro
H A Dscreen.c3759 if (wp != NULL && wp->w_wincol != 0 && *T_CSV != NUL && *T_CCS == NUL) in screen_ins_lines()
3762 if (*T_CCS != NUL) // cursor relative to region in screen_ins_lines()
3974 if (wp != NULL && wp->w_wincol != 0 && *T_CSV != NUL && *T_CCS == NUL) in screen_del_lines()
3977 if (*T_CCS != NUL) // cursor relative to region in screen_del_lines()
H A Dterm.c1975 T_CCS = (char_u *)"yes"; in set_termname()
1977 T_CCS = empty_option; in set_termname()
H A Doptiondefs.h2985 p_term("t_CS", T_CCS)