Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dscreen.c3887 int can_delete; // deleting line codes can be used in screen_del_lines() local
3916 can_delete = (*T_DB == NUL || can_clear(T_CE)); in screen_del_lines()
3942 else if (*T_CDL != NUL && line_count > 1 && can_delete) in screen_del_lines()
3947 else if (*T_DL != NUL && can_delete) in screen_del_lines()
3949 else if (*T_CDL != NUL && can_delete) in screen_del_lines()