Searched refs:T_CCS (Results 1 – 4 of 4) sorted by relevance
177 #define T_CCS (TERM_STR(KS_CCS)) // cur is relative to scroll region macro
3759 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()
1975 T_CCS = (char_u *)"yes"; in set_termname()1977 T_CCS = empty_option; in set_termname()
2985 p_term("t_CS", T_CCS)