Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtermdefs.h137 #define T_CDL (TERM_STR(KS_CDL)) // delete number of lines macro
H A Dscreen.c3711 else if (*T_CDL != NUL && result_empty && (line_count > 1 || !can_ce)) in screen_ins_lines()
3940 *T_CDL == NUL)) in screen_del_lines()
3942 else if (*T_CDL != NUL && line_count > 1 && can_delete) in screen_del_lines()
3949 else if (*T_CDL != NUL && can_delete) in screen_del_lines()
H A Doptiondefs.h2991 p_term("t_DL", T_CDL)
H A Dterm.c2820 OUT_STR(tgoto((char *)T_CDL, 0, line_count)); in term_delete_lines()