Searched refs:K_FOCUSGAINED (Results 1 – 4 of 4) sorted by relevance
477 #define K_FOCUSGAINED TERMCAP2KEY(KS_EXTRA, KE_FOCUSGAINED) macro
1761 if (c == K_FOCUSGAINED || c == K_FOCUSLOST) in vgetc()1763 ui_focus_change(c == K_FOCUSGAINED); in vgetc()
1060 {K_FOCUSGAINED, (char_u *)"FocusGained"},
26833 Solution: Don't record K_FOCUSGAINED and K_FOCUSLOST. (closes #3143)