Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dterm.c5118 int is_4digit = i - j >= 21 && tp[j + 11] == '/' in handle_osc() local
5122 && (is_4digit in handle_osc()
5126 char_u *tp_g = tp + j + (is_4digit ? 12 : 10); in handle_osc()
5127 char_u *tp_b = tp + j + (is_4digit ? 17 : 13); in handle_osc()