Skip to content
Snippets Groups Projects
Commit 3bbb7297 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Add K_NUL definition.

parent 40ccdbb4
No related branches found
No related tags found
No related merge requests found
......@@ -204,6 +204,7 @@ var K_NOSPIN =(1<<21); /* Do not honor user's spinning cursor */
var K_ANSI_CPR =(1<<22); /* ANSI Cursor Position Report expected */
var K_TRIM =(1<<23); /* Trim white-space from both ends of str */
var K_CTRLKEYS =(1<<24); /* No control-key handling/eating in inkey()*/
var K_NUL =(1<<25); /* Return null instead of "" upon timeout */
/********************************************/
/********************************************/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment