Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_haiku.cc477 #define KEY_MSG_BUFSIZ 7 macro
478 #if KEY_MSG_BUFSIZ < MAX_KEY_CODE_LEN
479 #error Increase KEY_MSG_BUFSIZ!
484 char_u chars[KEY_MSG_BUFSIZ]; // contains Vim encoding
1249 if (numBytes > KEY_MSG_BUFSIZ) in KeyDown()
1250 numBytes = KEY_MSG_BUFSIZ; // should never happen... ??? in KeyDown()