Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_haiku.cc1283 char_u *newBytes = (char_u *)&keyMapChars[index + 1]; in KeyDown() local
1291 if (newNumBytes != 1 || (*newBytes > 0x20 && in KeyDown()
1292 *newBytes != 0x7F )) { in KeyDown()
1295 bytes = (char *)newBytes; in KeyDown()