Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dui.c1130 static time_t last_time = (time_t)0; in ui_focus_change() local
1136 if (in_focus && last_time + 2 < time(NULL)) in ui_focus_change()
1145 last_time = time(NULL); in ui_focus_change()