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

Add K_NUL definition.

parent 7b05a613
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
...@@ -204,6 +204,7 @@ var K_NOSPIN =(1<<21); /* Do not honor user's spinning cursor */ ...@@ -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_ANSI_CPR =(1<<22); /* ANSI Cursor Position Report expected */
var K_TRIM =(1<<23); /* Trim white-space from both ends of str */ 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_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.
Please register or to comment