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

Add K_CP437 definition (for use with inkey())

parent 90b93e4a
No related branches found
No related tags found
No related merge requests found
......@@ -185,6 +185,7 @@ 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 */
var K_CP437 =(1<<26); /* Translate (UTF-8) input to CP437 chars */
/********************************************/
/********************************************/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment