Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_w32.c1762 static MSG deadCharExpel; in outputDeadKey_rePost() local
1770 deadCharExpel.message = originalMsg.message; in outputDeadKey_rePost()
1771 deadCharExpel.hwnd = originalMsg.hwnd; in outputDeadKey_rePost()
1772 deadCharExpel.wParam = VK_SPACE; in outputDeadKey_rePost()
1774 MyTranslateMessage(&deadCharExpel); in outputDeadKey_rePost()