Skip to content
Snippets Groups Projects
Commit 1bfc2545 authored by rswindell's avatar rswindell
Browse files

Added K_TRIM definition (follows sbbsdefs.h)

parent 48d31b27
No related branches found
No related tags found
No related merge requests found
......@@ -297,6 +297,7 @@ var K_LEFTEXIT =(1<<19); /* Allow exit from getstr() with backspace */
var K_USEOFFSET =(1<<20); /* Use console.getstr_offset with getstr() */
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 */
/********************************************/
/********************************************/
......
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